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
Specify different types of decision control statements?
What is split a string in c++?
What is a rooted hierarchy?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
what are the iterator and generic algorithms.
Differentiate between late binding and early binding. What are the advantages of early binding?
What is a local reference?
What is a hash function c++?
Why is c++ not purely object oriented?
What are the various compound assignment operators in c++?
Is map thread safe c++?
Define a nested class. Explain how it can be useful.
What does asterisk mean in c++?
What is the difference between passing by reference and passing a reference?
Are there interfaces in c++?