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 class definition?
What does it mean to declare a member variable as static?
Write a Program to find the largest of 4 no using macros.
What do you mean by enumerated data type?
What is the arrow operator in c++?
What is the difference between structures and unions?
What are c++ templates used for?
What is object in c++ example?
What is a try block?
Why do we use vector in c++?
What is runtime errors c++?
What you know about structures in C++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is ofstream c++?
What is the difference between object-oriented programming and procedural programming?