Home » C Programming » Complicated Declarations

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

Correct Answer: cmp is a function that return a void pointer.

← Previous Question Next Question→

More Questions from Complicated Declarations

Discussion & Comments

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