Multiple Choice
Because a vector container uses a dynamically allocated array to hold its elements, it is common for the vector class to allocate
A) less memory than it needs
B) more memory than it needs
C) a separate memory location for copies of new elements
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: The STL provides many algorithms which are
Q28: Select all that apply. Which of the
Q29: In a mapping, each element must have
Q30: Two types of container classes in the
Q31: A(n) _ is a class that stores
Q33: An iterator of the iterator type that
Q34: An associative container uses _ to access
Q35: A set is an associative container containing
Q36: The vector class has a _ member
Q37: Select all that apply. Which of the