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
How do pointers work?
What is expression parser in c++
What is the use of bit fields in structure declaration?
Why do you use the namespace feature?
Define basic type of variable used for a different condition in C++?
What are the benefits of operator overloading?
What is exception handling? Does c++ support exception handling?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Explain linked list using c++ with an example?
How a pointer differs from a reference?
What is endl?
What is c++ 11 and c++ 14?
What are the extraction and insertion operators in c++?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Name the operators that cannot be overloaded in C++?