Q. Which of the following is FALSE about references in C++? (Solved)
1. References cannot be NULL
2. A reference must be initialized when declared
3. Once a reference is created, it cannot be later made to reference another object; it cannot be reset.
4. References cannot refer to constant value
- d. References cannot refer to constant value