Question: The following function prototype calculates the maximum value of two arguments float max (float a, float b); Change the function prototype so that the function
The following function prototype calculates the maximum value of two arguments float max (float a, float b); Change the function prototype so that the function has no return type but uses a 3rd argument (with call by reference) to return the max of a and b. Call this 3rd argument c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
