What Does Vector Mean?
A vector, in programming, is a type of array that is one dimensional. Vectors are a logical element in programming languages that are used for storing a sequence of data elements of the same basic type. Members of a vector are called components.
The major difference between and array and a vector is that the container size of a vector can be easily increased and decreased to complement different data storage types.