What is the Difference between "vector" and "array"?
Answer Posted / sanish joseph
A growable array is calld vector while array is of fixed size,
| Is This Answer Correct ? | 41 Yes | 12 No |
Post New Answer View All Answers
what is C++ exceptional handling?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Can I learn c++ in a week?
What is the basic concept of c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Define virtual constructor.
Is c the same as c++?
Why iomanip is used in c++?
What return value must conversion operators have in their declaration?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What are put and get pointers?
What is a tree in c++?
What are multiple inheritances (virtual inheritance)?
Why is the function main() special?