Pick the correct statement about references.
(a) References can be assigned value NULL
(b) References once assigned cannot be changed to refer another variable
(c) Reference should not be initialized when created
(d) Reference is the same as pointers
This question was posed to me during an online exam.
This interesting question is from References in section Types, Pointers, Arrays & Structures in C++ of C++