Vidyalelo
C++ Programming · Q55

Object Oriented Programming in C++

Programming · C++ Programming · question 55

Q55

Why references are different from pointers?

A.
A reference cannot be made null
B.
A reference cannot be changed once initialized
C.
No extra operator is needed for dereferencing of a reference
D.
All of the mentioned
Answer

Answer: Option D

Solution

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