What is meant by reference variable in C++?
A reference variable is an alias, that is, another name for an already existing variable. Once a reference is initialized with a variable, either the variable name or the reference name may be used to refer to the variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is new in c++?
How do c++ struct differs from the c++ class?
What are features of c++?
Why do you use the namespace feature?
Can create new c++ operators?
What happens when the extern "c" char func (char*,waste) executes?
Is c++ free?
What is the use of the this pointer?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
Does c++ have foreach?
What is a reference in C++?
What is c++ and its features?