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
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Why c++ does not have finally?
Difference between a homogeneous and a heterogeneous container
What is malloc in c++?
What is vector string in c++?
What is public, protected, private in c++?
Is there structure in c++?
Do you need a main function in c++?
What is stream and its types in c++?
What is endl?
Write about the retrieval of n number of objects during the process of delete[]p?
Explain overriding.
How much do coding jobs pay?
What is c++ virtual inheritance?
Can a constructor return a value?