Question: 4) Consider the following function prototype: void FExam(int a, double & b); Which of the following function calls is incorrect? A) FExam(1,y); B) FExam(x,y); C)

4) Consider the following function prototype: void FExam(int a, double & b); Which of the following function calls is incorrect? A) FExam(1,y); B) FExam(x,y); C) cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
