Community

What Are References in C++?

(Manoj Debnath) Using C++ references is similar to the use of constant pointers. A reference automatically gets dereferenced to the location it point to.