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
What is conditions when using boolean operators?
Can I make ios apps with c++?
What is purpose of new operator?
what are the events occur in intr activated on interrupt vector table
What is the extension of c++?
What are the two types of polymorphism?
Why do we use structure in c++?
Which software is best for c++ programming?
What is the use of object in c++?
What are the two main components of c++?
What is anonymous object in c++?
What is the difference between map and hashmap in c++?
What is void pointer in c++ with example?
What is the limitation of cin while taking input for character array?
Do class declarations end with a semicolon? Do class method definitions?