Respuesta :

vector
       
A vector is an abstracted array. It allows the user to access elements through an index like an array but can be resized without manually reallocating memory from the heap.