C Programming - Complicated Declarations
Exercise : Complicated Declarations - General Questions
1.
Declare the following statement?
"An array of three pointers to chars".
"An array of three pointers to chars".
2.
What do the following declaration signify?
int *ptr[30];
3.
Declare the following statement?
"A pointer to an array of three chars".
"A pointer to an array of three chars".
4.
What do the following declaration signify?
char *arr[10];
5.
What do the following declaration signify?
int (*pf)();
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers