What is the Difference between "vector" and "array"?
Answer Posted / maninder kaur
what is difference between vector class and array?
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the isa and hasa class relationships. How would you implement each?
Explain storage qualifiers in c++.
What does floor mean in c++?
What is an accessor in c++?
Which should be more useful: the protected and public virtuals?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is the need of a destructor?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Is sorted c++?
How do you traverse a btree in backward in-order?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
How many types of comments are there in c++?
What is switch case in c++ syntax?
What is iterator in c++?
Describe linked list using C++ with an example.