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
Do inline functions improve performance?
Difference between Abstraction and encapsulation in C++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What is the difference between *p++ and (*p)++ ?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What c++ library is string in?
What is ofstream c++?
How is computer programming useful in real life?
Does a derived class inherit or doesn't inherit?
Why is c++ still used?
What are the basic data types used in c++?
Incase of a function declaration, what is extern means?
Explain rethrowing exceptions with an example?
Why is c++ a mid-level programming language?
Program to check whether a word is a sub-string or not of a string typed