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
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What are the manipulators in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Is it possible to provide special behavior for one instance of a template but not for other instances?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Can a list of string be stored within a two dimensional array?
What is pointer with example?
What is using namespace std in cpp?
What is a container class?
What can c++ be used for?
What is the header file for setw?
What is the main use of c++?
What are the differences between the function prototype and the function defi-nition?
How can you quickly find the number of elements stored in a dynamic array?