Home » C Programming » Complicated Declarations

What do the following declaration signify? void (*cmp)();

Correct Answer: cmp is a pointer to a function which returns void .

← Previous Question Next Question→

More Questions from Complicated Declarations

Discussion & Comments

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