Home » C Programming » Complicated Declarations

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

Correct Answer: f is a function returning pointer to an int.

← Previous Question Next Question→

Discussion & Comments

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