C++ | References | Question 6

Last Updated :
Discuss
Comments
Which of the following is FALSE about references in C++
References cannot be NULL
A reference must be initialized when declared
Once a reference is created, it cannot be later made to reference another object; it cannot be reset.
References cannot refer to constant value
Share your thoughts in the comments