UGC-NET | UGC NET CS 2016 July – III | Question 42

Last Updated :
Discuss
Comments

In C++, when one object's reference variable is assigned to another object's reference variable then

a copy of the object is created.

a copy of the reference is created.

a copy of the reference is not created.

it is illegal to assign one object reference variable to another object reference variable.

Share your thoughts in the comments