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 |
Is c++ a good beginners programming language?
advantages and disadvantages of using Borland C++ / version 5.
What are friend classes?
What is std namespace in c++?
Explain data encapsulation?
Can we change the basic meaning of an operator in c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Explain the concept of copy constructor?
How did c++ start?
Does c++ have arraylist?