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

What is the basic structure of a c++ program?

608


What does scope resolution operator do?

590


How can virtual functions in c++ be implemented?

606


What is a modifier in c++?

629


Can manipulators fall in love?

559






Explain the concept of friend function in c++?

599


How many types of comments are there in c++?

574


Why do we need runtime polymorphism in c++?

554


Do you know the use of vtable?

629


Explain the extern storage classes in c++.

548


Show the declaration for a static member variable.

522


What is the type of this pointer in c++?

627


What is binary search in c++?

566


Describe Trees using C++ with an example.

603


what is COPY CONSTRUCTOR and what is it used for?

617