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

Q.  What do the following declaration signify?

int (*pf)();

- Published on 26 Feb 17

a. 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

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.)