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
Does c++ vector allocate memory?
What is late binding c++?
What is malloc in c++?
Do vectors start at 0?
How many ways can a variable be initialized into in C++?
Is java made in c++?
How do you clear a set in c++?
What is heap sort in c++?
What is the protected keyword used for?
How can you tell what shell you are running on unix system?
How to demonstrate the use of a variable?
What is general format for a prototype?
Mention the ways in which parameterized can be invoked.
What are the advantages of prototyping?
describe private access specifiers?