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 are the uses of static class data?
What is a c++ map?
Why do we need c++?
How new/delete differs from malloc()/free?
Ask to write virtual base class code?
What is the difference between while and do while loop? Explain with examples.
What is a .h file c++?
In the derived class, which data member of the base class are visible?
What are arrays c++?
What does std mean in c++?
Why do you use the namespace feature?
What are inline functions? What is the syntax for defining an inline function?
What is object oriented programming (oop)?
Why c++ is not a pure oop language?
Why c++ does not have finally?