Answer Posted / hrpynux@gmail.com
When a variable is declared as a reference, it becomes an alternative name for an existing variable. A variable can be declared as a reference by putting '&' in the declaration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the auto keyword good for in c++?
Explain how overloading takes place in c++?
What are the benefits of oop in c++?
What is the full form of ios?
What is anonymous object in c++?
What does it mean to declare a member function as virtual?
Why is it called c++?
How many ways can a variable be initialized into in C++?
What is pair in c++?
Explain the virtual inheritance in c++.
What is the main purpose of c++?
Which function should be used to free the memory allocated by calloc()?
Write about the members that a derived class can add?
When to use “const” reference arguments in a function?