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
Are c and c++ similar?
Should the member functions which are made public in the base class be hidden?
Which bit wise operator is suitable for turning off a particular bit in a number?
How is c++ different from java?
Why is it called c++?
Will c++ be replaced?
When should I use unitbuf flag?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Explain selection sorting. Also write an example.
What is an incomplete type in c++?
What is the full form of dos?
Difference between overloading vs. Overriding
What is a storage class? Mention the storage classes in c++.
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
daily Routine of father