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

If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


What are stacks? Give an example where they are useful.

0 Answers  


What is a breakpoint?

0 Answers  


List the advantages of inheritance.

0 Answers  


Is c++ an integer?

0 Answers  


Explain method of creating object in C++ ?

0 Answers   Wipro,


Explain the auto storage classes in c++.

0 Answers  


What do you mean by delegate? Can a user retain delegates?

0 Answers  


What are the advantages of c++? Explain

0 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


How do we balance an AVL Tree in C++?

0 Answers   Impetus,


How would you use qsort() function to sort an array of structures?

0 Answers  


Categories