Complicated Declarations - Programming

Q1:

What do the following declaration signify?
char *scr;

A
scr is a pointer to pointer variable.

B
scr is a function pointer.

C
scr is a pointer to char.

D
scr is a member of function pointer.

ANS:A -

scr is a pointer to pointer variable.

No answer description is available. Let's discuss.