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 a far pointer? where we use it?
Explain function overloading
What is iomanip c++?
What is c++ hash?
Which format specifier is used for printing a pointer value?
What is split a string in c++?
Is c++ a float?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is private, public and protected inheritance?
What is struct c++?
What are c++ stream classes?
Write a program which uses functions like strcmp(), strcpy()? etc
What is the difference between a reference and a pointer?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is stack unwinding?