Discussion :: Pointers
-
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
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment