Vidyalelo
C++ Programming · Q93

Pointers and References in C++

Programming · C++ Programming · question 93

Q93

How a reference is different from a pointer?

A.
A reference cannot be null
B.
A reference once established cannot be changed
C.
The reference doesn't need an explicit dereferencing mechanism
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