C Pointer - C programming (MCQ) questions for Q. 27516

Q.  What do the following declaration signify?

char *arr[10];

- Published on 26 Feb 17

a. arr is a array of 10 character pointers.
b. arr is a array of function pointer.
c. arr is a array of characters.
d. arr is a pointer to array of characters.

ANSWER: arr is a array of 10 character pointers.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)