a) int **fun(float**, char**)
b) int *fun(float*, char*)
c) int **fun(float*, char**)
d) int ***fun(*float, **char)
The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a point
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a point
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!