topic/Complicated Declarations
Start Test
Question No
Title
Type
Marks
591.
Declare the following statement?"An array of three pointers to chars".
MCQ
5
592.
What do the following declaration signify?int *ptr[30];
MCQ
5
593.
Declare the following statement?"A pointer to an array of three chars".
MCQ
5
594.
What do the following declaration signify?char *arr[10];
MCQ
5
595.
What do the following declaration signify?int (*pf)();
MCQ
5