1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. Which of the following is FALSE about re...
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
Answer» D. References cannot refer to constant value
View all MCQs in:   CPP Programming

Discussion