Top

Discussion

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?

  • A.float **fun(float***);
  • B.float *fun(float**);
  • C.float fun(float***);
  • D.float ****fun(float***);

Answer: D

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment