What is a reference variable in C++ ?
Answers
Answered by
2
C++ References. Advertisements. Areference variable is an alias, that is, another name for an already existingvariable. Once a reference is initialized with a variable, either the variablename or the reference name may be used to refer to the variable
Similar questions