What are References in C++?

Submitted by: Administrator
A restricted type of pointer in C++ is known as a reference. A reference can be assigned only once and can not have a null value.
Submitted by: Administrator

Read Online C++ References Job Interview Questions And Answers