Answer Posted / som shekhar
Since References are not objects and they dont have any
storage of their own , they always refer to the existing
object. Therefore it doesn't make sense to have an array of
reference.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is there any difference between int [] a and int a [] in c++?
What is the main function c++?
Can we overload operator in c++?
Explain the virtual inheritance in c++.
What problems might the following macro bring to the application?
What are the two types of comments?
What does int * mean in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
What is static class data?
Explain public, protected, private in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is #include iomanip?
What is the error in the code below and how should it be corrected?
What is the difference between the functions rand(), random(), srand() and randomize()?
Do you know about latest advancements in C++ ?