McqMate
Q. |
Which of the following is FALSE about references in C++ |
A. | a reference must be initialized when declared |
B. | once a reference is created, it cannot be later made to reference another object; it cannot be reset |
C. | references cannot be null |
D. | references cannot refer to constant value |
Answer» D. references cannot refer to constant value |
View all MCQs in
Object Oriented Programming (OOP)No comments yet