What is the Difference between "vector" and "array"?
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.