Question: The correct C++ syntax for a function (called fun) prototype that takes pointer to a float, a pointer to a pointer to a char and

The correct C++ syntax for a function (called "fun") prototype that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a pointer to an integer is given by which of the following? int ***fun(float", char**) int ***fun("float, **char) int **fun(float**, char**) int*fun(float", char)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
