Vidyalelo
C++ Programming · Q45

Pointers and References in C++

Programming · C++ Programming · question 45

Q45

Pick the correct statement about references.

A.
References can be assigned value NULL
B.
References once assigned cannot be changed to refer another variable
Answer
C.
Reference should not be initialized when created
D.
Reference is the same as pointers

Answer: Option B

Solution

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