

MCQOPTIONS
Saved Bookmarks
1. |
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» E. | |