What is meant by reference variable in C++?



What is meant by reference variable in C++?..

Answer / hrpynux@gmail.com

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

Post New Answer

More C++ General Interview Questions

When you overload member functions, in what ways must they differ?

0 Answers  


What is class and structure in c++?

0 Answers  


What is set in c++?

0 Answers  


how to find the maximum of 10 numbers ?

5 Answers  


What is a node class?

1 Answers  






What is the default width for ouputting a long integer using the insertion operator?

0 Answers  


Describe the process of creation and destruction of a derived class object?

0 Answers  


Is c++ an oop?

0 Answers  


What is c++ w3school?

0 Answers  


Is c++ an integer?

0 Answers  


How do you remove an element from a set in c++?

0 Answers  


Explain about templates of C++.

0 Answers  


Categories