Sail E0 Webinar
Question

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


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



Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers