Use the following function fragment to identify the data typ
Use the following function fragment to identify the data type that represents that value returned by the
subprogram.
Solution
Ans: double
double f(int a, bool &b){
char c;
// remaindet of the function
}
Here return type of function is: double
