Question: what is the output when the following code fragment is ?executed function definition// (void main } void fun(int x, int y, int &a , int

what is the output when the following code fragment is ?executed function definition// (void main } void fun(int x, int y, int &a , int &b) ;int a=3,b=6 } ;int r1,r2 ;a=X+y ;fun(a,b,r1,r2) ;b=x-Y cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
