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
What are features of c++?
Explain how a pointer to function can be declared in C++?
Is c++ a good beginners programming language?
What are the four main data types?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the most useful programming language?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
How to defines the function in c++?
What is the main function c++?
How can you link a c program with a c function?
What relational operators if statements in c++?
what are the iterator and generic algorithms.
Can member data be public?
How are virtual functions implemented in c++?
How can you link a c++ program to c functions?