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 struct c++?
Why Pointers are not used in C++?
What do you know about near, far and huge pointer?
Is c++ the best programming language?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
How do you flush a buffer in c++?
What are the five basic elements of a c++ program?
What are c++ templates used for?
What does it mean to declare a destructor as static?
What is the operator in c++?
Can java be faster than c++?
What is the object serialization?