What is the Difference between "vector" and "array"?
Answer Posted / guest
a vector is also like an array i.e sequentially accessed but
we can increase/decrease size of a vector in a simple way
than it is done for arrays.
Is This Answer Correct ? | 79 Yes | 39 No |
Post New Answer View All Answers
What is the purpose of templates in c++?
Is eclipse good for c++?
Who discovered c++?
What is the use of vtable?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is an inline function in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Write a program which employs Recursion
What is a responder chain?
what is the use of void main() in C++ language?
Can we distribute function templates and class templates in object libraries?
What is the error in the code below and how should it be corrected?
How do you declare a set in c++?
What is stream and its types in c++?
How does atoi function work?