Answer Posted / hrpynux@gmail.com
References are the third basic kind of variable that C++ supports. A reference is a C++ variable that acts as an alias to another object or value. C++ supports three kinds of references: References to non-const values (typically just called “references”, or “non-const references”), which we'll discuss in this lesson.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain function overloading
What is stack unwinding?
Is c++ built on c?
What are the benefits of operator overloading?
What is virtual function? Explain with an example
What is flush () in c++?
Are there any special rules about inlining?
Define macro.
What are the differences between java and c++?
Explain the isa and hasa class relationships. How would you implement each?
What is flag in computer?
What is the return value of the insertion operator?
Which operator cannot be overloaded c++?
Why is c++ still used?
Can circle be called an ellipse?