In the statement int-03394
In the statement int& a=b;
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.9.
In the statement int& a=b;
a and b pointing to two different memory location
a and b are two different names of the same memory location
a and b are two different variable names
b hold the address of variable a