Science, asked by Limadagr5017, 1 year ago

What is a reference variable in C++ ?

Answers

Answered by varuncharaya20
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