Question: What the output will be in these examples and why passExample1.cpp // function prototype void f(int a, int & b); /l function void f(int a,

What the output will be in these examples and why
passExample1.cpp // function prototype void f(int a, int & b); /l function void f(int a, int & b) int main() b = 2*b; int x(5), y(10); cout "a = " a endl; cout "b = "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
