Home » C Programming » Complicated Declarations

Declare the following statement? "A pointer to a function which receives an int pointer and returns float pointer".

Correct Answer: float *(*ptr)(int*)

← Previous Question Next Question→

Discussion & Comments

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