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
Can notepad ++ run c++?
What is a c++ vector?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What is searching?
Explain the term memory alignment?
How are the features of c++ different from c?
How do you clear a map in c++?
What is a constructor in c++ with example?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
List the special characteristics of constructor.
What is token c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is the oldest programming language?
What is the use of volatile variable?
Is c++ an oop?