What is the Difference between "vector" and "array"?
Answer Posted / avinash moras
arrays have definite size and cannot be increased once
declared....whereas the size of vectors can be increased
once it is on the mark to get filled...vectors ae declared
in java.util package*;
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is a multiset c++?
What does it mean to declare a destructor as static?
What is a breakpoint?
What are the various access specifiers in c++?
What are c++ data types?
What is object in c++ wikipedia?
What is a tree in c++?
What are the advantages of c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Describe delete operator?
What is a class template?
What is auto used for in c++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is setf in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?