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 c++ hash?
Who invented turbo c++?
What is the function of I/O library in C++ ?
What are the advantages of c++?
How delete [] is different from delete?
What is c++ virtual inheritance?
Can recursive program be written in C++?
What are the steps in the development cycle?
Does improper inheritance have a potential to wreck a project?
Who calls main function?
What are the two main components of c++?
In a function declaration, what does extern mean?
Explain virtual class?
Write a Program to find the largest of 4 no using macros.
What is the difference between a baller and a reference in C++?