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
Define a constructor - what it is and how it might be called (2 methods)?
What are iterators in c++?
What do you mean by ‘void’ return type?
Can you write a function similar to printf()?
What is pointer -to-members in C++? Give their syntax?
Is c++ vector a linked list?
what kind of projects are suitable for c and c++
What is the full form of stl in c++?
Why are pointers used?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Why do we use structure in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is pointer with example?
How does a C++ structure differ from a C++ class?
Describe the role of the c++ in the tradeoff of safety vs. Usability?