Answers

Question and Answer:

  Home  C++ References

⟩ What are References in C++?

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.

 200 views

More Questions for you: