1.

Which of the following statement is true about char ****a ?

A. a is pointer to a pointer to a pointer to char
B. a is pointer to a pointer to a pointer to char
C. a is a pointer to a char pointer
D. a is a pointer to a pointer to a char
Answer» C. a is a pointer to a char pointer


Discussion

No Comment Found