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
What is the use of default constructor?
What is c++ course?
Do you know what are static and dynamic type checking?
What is std :: flush?
What is #include iostream?
Does there exist any other function which can be used to convert an integer or a float to a string?
Explain unexpected() function?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What do you understand by zombie objects in c++?
What is the best free c++ compiler for windows?
What parameter does the constructor to an ofstream object take?
Why do we need c++?
What is the use of map in c++?
What are the advantages of early binding?
Difference between strdup and strcpy?