Answer Posted / 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 View All Answers
What is switch case in c++ syntax?
Why c++ is the best language?
Write about the stack unwinding?
Explain how to initialize a const member data.
What happens when you make call 'delete this;'?
Is c++ a high level language?
What is the difference between a type-specific template friend class and a general template friend class?
What is near, far and huge pointers? How many bytes are occupied by them?
What are signs of manipulation?
What are the differences between the function prototype and the function defi-nition?
Explain data encapsulation?
What is &x in c++?
What is the basic of c++?
What is the difference between reference and pointer?
What is different in C++, compare with unix?