Question: What is the output of the following code: void duplicate ( int & a , int b , int & c ) t a *

What is the output of the following code:
void duplicate (int & a, int b, int & c)
t a***=2;
b***=2.0;
c?=2;
)
1 int x=1,y=3,z=7;
duplicate (x,y,z);1
cout +,x;
+
a.231
b.233
c.2614
d.261
 What is the output of the following code: void duplicate (int

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!