Multiple Choice
____ returns the maximum number of elements that can be inserted into the vector container vecCont without reallocation.
A) vecCont.size()
B) vecCont.max_size()
C) vecCont.capacity()
D) vecCont.length()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: All containers use the same names for
Q17: The container member function _ returns the
Q18: The _ operation returns a pointer to
Q19: The name of the class that implements
Q20: In the _ sort algorithm, the array
Q22: _ predicates check a specific property for
Q23: Every object in a(n) _ container has
Q24: _ is a modifying algorithm.<br>A) min<br>B) find<br>C)
Q25: _ containers allow elements to be inserted
Q26: Functions begin and end do not take