Answer Posted / hrpynux@gmail.com
A reference variable is an alias, that is, another name for an already existing variable. Once a reference is initialized with a variable, either the variable name or the reference name may be used to refer to the variable.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a struct time where integer m, h, s are its members?
What is #include iomanip?
List different attributes in C++?
what you know about c++?
Is the declaration of a class its interface or its implementation?
Is overriding possible in c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Write a function that swaps the values of two integers, using int* as the argument type?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Describe the setting up of my member functions to avoid overriding by the derived class?
Difference between pass by value and pass by reference?
In what situations do you have to use initialization list rather than assignment in constructors?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is std :: endl?
What is :: operator in c++?