C Programming - Complicated Declarations
Exercise : Complicated Declarations - General Questions
6.
Declare the following statement?
"A pointer to a function which receives an int pointer and returns float pointer".
"A pointer to a function which receives an int pointer and returns float pointer".
7.
What do the following declaration signify?
void *cmp();
8.
Declare the following statement?
"A pointer to a function which receives nothing and returns nothing".
"A pointer to a function which receives nothing and returns nothing".
9.
What do the following declaration signify?
int *f();
10.
What do the following declaration signify?
void (*cmp)();
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers