Because a vector container uses a dynamically allocated array to hold its elements, it is common for the vector class to allocate
◦ a separate memory location for copies of new elements
◦ more memory than it needs
◦ less memory than it needs
◦ None of these