why we cant create array of refrences

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


Please Help Members By Posting Answers For Below Questions

Is c or c++ more useful?

832


Write about an iterator class?

853


What is operator overloading in c++ example?

877


Describe new operator and delete operator?

849


Define the process of error-handling in case of constructor failure?

800


To which numbering system can the binary number 1101100100111100 be easily converted to?

827


Write about the use of the virtual destructor?

803


Does std endl flush?

799


Can you sort a set c++?

785


Can user-defined object be declared as static data member of another class?

783


What are the benefits of c++?

802


What does new do in c++?

833


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

808


Is recursion allowed in inline functions?

817


What are the manipulators in c++?

800