What is the Difference between "vector" and "array"?
Answer Posted / guest
a vector is also like an array i.e sequentially accessed but
we can increase/decrease size of a vector in a simple way
than it is done for arrays.
| Is This Answer Correct ? | 79 Yes | 39 No |
Post New Answer View All Answers
Explain overriding.
What are smart pointers?
What is a .h file c++?
What are the two main components of c++?
What are the different types of polymorphism in c++?
Explain differences between new() and delete()?
Explain the advantages of using friend classes.
Which bit wise operator is suitable for putting on a particular bit in a number?
What is an object in c++?
What does catch(…) mean?
What are the two shift operators and what are their functions?
What is object oriented programming (oop)?
Name the operators that cannot be overloaded in C++?
What are the advantages of c++? Explain
Write a Program for find and replace a character in a string.