Vidyalelo
C++ Programming · Q39

Pointers and References in C++

Programming · C++ Programming · question 39

Q39

Identify the incorrect statement.

A.
Reference is the alternate name of the object
B.
A reference value once defined can be reassigned
Answer
C.
A reference value once defined cannot be reassigned
D.
Reference is the alternate name of the variable

Answer: Option B

Solution

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