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
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What are c++ templates used for?
Do vectors start at 0?
Write about the retrieval of n number of objects during the process of delete[]p?
Define whitespace in C++.
What is a local variable?
Discussion on error handling of C++ .
Is c++ the hardest programming language?
Is eclipse good for c++?
What is a hashmap c++?
What is vectorial capacity?
Why use of template is better than a base class?
What is const in c++?
What is a dll entry point?
What is a float in c++?