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 *arr[10];
arr is a array of 10 character pointers.
arr is a array of function pointer.
arr is a array of characters.
arr is a pointer to array of characters.
Show Answer
Correct Answer:
arr is a array of 10 character pointers.
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment