Solved

____ Returns the Maximum Number of Elements That Can Be

Question 21

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions