Home / Engineering / CPP Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) Which of the following is FALSE about references in C++?

(A) References cannot be NULL
(B) A reference must be initialized when declared
(C) Once a reference is created, it cannot be later made to reference another object; it cannot be reset.
(D) References cannot refer to constant value
Correct answer : Option (D) - References cannot refer to constant value

Share

Discusssion

Login to discuss.