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
1.9k
0
Do you find this helpful?
1

Discussion

No comments yet