____ 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()
Answer: C
Computer Science & Information Technology
You might also like to view...
You cannot hide column A or row 1 because they cannot be unhidden
Indicate whether the statement is true or false
Computer Science & Information Technology
The __________ is added to the beginning or end of a number to validate the number's authenticity.
A. security digit B. token digit C. verification digit D. check digit
Computer Science & Information Technology