Sail E0 Webinar
Question

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?


Options:
A .  float **fun(float***);
B .  float *fun(float**);
C .  float fun(float***);
D .  float ****fun(float***);
Answer: Option D

No answer description available for this question. 



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers