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 prototypequestion5 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

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!