Home » C Programming » Pointers

Which of the following statements correctly declare a function that receives a pointer to pointer to a pointer to a float and returns a pointer to a pointer to a pointer to a pointer to a float?

Correct Answer: float ****fun(float***);

← Previous Question Next Question→

Discussion & Comments

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