How to create a reference variable in C++
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 |
How many keywords are used in c++?
Define a constructor - what it is and how it might be called (2 methods)?
What is the difference between new() and malloc()?
the maximum length of a character constant can be a) 2 b) 1 c) 8
How does c++ sort work?
How Virtual functions call up is maintained?
Are there any special rules about inlining?
Who invented turbo c++?
What is the use of structure in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is setfill c++?
What is copy constructor? Can we make copy constructor private in c++?