Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Complicated Declarations
What do the following declaration signify? char **argv;
argv is a pointer to pointer.
argv is a pointer to a char pointer.
argv is a function pointer.
argv is a member of function pointer.
Show Answer
Correct Answer:
argv is a pointer to a char pointer.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment