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
Write some differences between an external iterator and an internal iterator?
What are the rules about using an underscore in a c++ identifier?
What is setfill c++?
Write a code/algo to find the frequency of each element in an array?
What is do..while loops structure?
Explain the concept of friend function in c++?
What is a tree in c++?
What is a virtual destructor? Explain the use of it?
What is the best ide for c++?
What is else syntax in c++?
What is a memory leak c++?
What is an operator function? Describe the function of an operator function?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Is string data type in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet