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 |
What are shallow and deep copy?
Explain about vectors in c ++?
What is meant by forward referencing and when should it be used?
Is c++ a dying language?
Do you know about latest advancements in C++ ?
0 Answers Agilent, ZS Associates,
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
what you know about c++?
Define Virtual function in C++.
What is the type of this pointer in c++?
what is Loop function? What are different types of Loops?
What is c++ good for?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D