Sail E0 Webinar
Question

The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char 

and returns a pointer to a pointer to a integer is


Options:
A .  int **fun(float**, char**)
B .  int *fun(float*, char*)
C .  int ***fun(float*, char**)
D .  int ***fun(*float, **char)
Answer: Option C

None.



Was this answer helpful ?
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers