Pointers - Programming

Q1:

Which of the following statements correct about k used in the below statement?
char ****k;

A k is a pointer to a pointer to a pointer to a char

B k is a pointer to a pointer to a pointer to a pointer to a char

C k is a pointer to a char pointer

D k is a pointer to a pointer to a char

ANS:B - k is a pointer to a pointer to a pointer to a pointer to a char

No answer description is available. Let's discuss.