Vidyalelo
C++ Programming · Q7

Pointers and References in C++

Programming · C++ Programming · question 7

Q7

What is the purpose of the 'reference' in C++?

A.
Value of an existing variable
B.
Alias to an existing variable
Answer
C.
Address of an existing variable
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board