Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
a) int **fun(float**, char**)
b) int *fun(float*, char*)
c) int **fun(float*, char**)
d) int ***fun(*float, **char)