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
Define 'std'.
What is string in c++ programming?
Write a Program to find the largest of 4 no using macros.
What is the error in the code below and how should it be corrected?
What is the extension of c++?
What is c++ good for?
Name the operators that cannot be overloaded in C++?
What is meant by forward referencing and when should it be used?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What are the various operations performed on stack?
write a function signature with various number of parameters.
What is the use of register keyword with the variables?
What is virtual base class uses?
Please explain class & object in c++?
What is the limitation of cin while taking input for character array?