C Pointer - C programming (MCQ) questions for Q. 27522
Q. What do the following declaration signify?
char **argv;- Published on 26 Feb 17a. argv is a pointer to pointer.
b. argv is a pointer to a char pointer.
c. argv is a function pointer.
d. argv is a member of function pointer.
ANSWER: argv is a pointer to a char pointer.