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
This question is part of this quiz :
C++ References