C Pointer - C programming (MCQ) questions for Q. 27517
Q. What do the following declaration signify?
int (*pf)();- Published on 26 Feb 17a. pf is a pointer to function.
b. pf is a function pointer.
c. pf is a pointer to a function which return int
d. pf is a function of pointer variable.
ANSWER: pf is a pointer to a function which return int