Question: Consider the C++ program below: 1. #include 2. using namespace std; 3. 4. void foo (int & a, int b, char & c): 5. 6.

 Consider the C++ program below: 1. #include 2. using namespace std;

Consider the C++ program below: 1. #include 2. using namespace std; 3. 4. void foo (int & a, int b, char & c): 5. 6. int main 0 7. { 8. const int NUM = 10; 9. int a = 7, b = 8, C = 10; 10. char d = 'a'; 11. 12. /** INSERT FUNCTION CALL TO 'foo' HERE **/ 13. cout

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!