Question: Which function call is correct regarding the following function definition? float MAX ( int num 1 , int num 2 ) if ( num 1

Which function call is correct regarding the following function definition?
float MAX(int num1, int num2)
if (num1>num2
return num1;
else return num 2 ;
}
a. MAx(x,y);
b. add MAX x.y;
c. float MAX x,y;
d. int MAX;
 Which function call is correct regarding the following function definition? float

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!