filmov
tv
What is a reference variable in C++? | C++ Interview Questions

Показать описание
A reference variable is an alias name for
the existing variable. Which mean both
the variable name and reference variable
point to the same memory location.
Therefore updation on the original
variable can be achieved using reference
variable too.
the existing variable. Which mean both
the variable name and reference variable
point to the same memory location.
Therefore updation on the original
variable can be achieved using reference
variable too.