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 c or c++ more useful?
Write about an iterator class?
What is operator overloading in c++ example?
Describe new operator and delete operator?
Define the process of error-handling in case of constructor failure?
To which numbering system can the binary number 1101100100111100 be easily converted to?
Write about the use of the virtual destructor?
Does std endl flush?
Can you sort a set c++?
Can user-defined object be declared as static data member of another class?
What are the benefits of c++?
What does new do in c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Is recursion allowed in inline functions?
What are the manipulators in c++?