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 the function of I/O library in C++ ?
What is encapsulation in c++?
What do you mean by pure virtual functions in C++? Give an example?
What do you mean by storage classes?
What is the use of pointer in c++ with example?
Is there structure in c++?
Why c++ is the best language?
How do I download c++?
Explain virtual class and friend class.
What is the best it certification?
What is an operator in c++?
What is the use of static functions?