Which of the following is incorrect?
A. References cannot be NULL
B. A reference must be initialized when declared
C. Once a reference is declared, it cannot be modified later to reference another object i.e. it cannot be reset
D. References cannot refer to a constant value
Answer: Option D

Join The Discussion