Home » C Programming » Complicated Declarations

What do the following declaration signify? int (*pf)();

Correct Answer: pf is a pointer to a function which return int

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion