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 difference between #import and #include in c++?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is jump statement in C++?
what are function pointers?
What is virtual destructor ans explain its use?
What is a local reference?
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
What do you mean by call by value and call by reference?
Why main function is special in c++?
What is the two main roles of operating system?
What can I use instead of namespace std?
Explain how a pointer to function can be declared in C++?