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