Question: question5 and 6 Question 5: (3 Marks) Given the function prototype void fun(int&, float; Let a be an integer variable, and b a float variable.
question5 and 6 Question 5: (3 Marks) Given the function prototype void fun(int&, float; Let a be an integer variable, and b a float variable. Which of the following is an appropriate function call? a. fun(10, 3.15); b. fun (a *2, b); c. fun(a, 3.15); d. b 1.5fun(a, 3.15); e. a, b, and c above Question 6: (3 Marks) Given the following function definition int foo(int a, int b) if(a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
