Multiple Choice
What is the value of numbers.capacity) after the following code?
Vector<float> numbers;
Numbers.reserve100)
A) 0
B) 10
C) 100
D) unknown
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: When a vector is assigned to another
Q52: Which of the following returns the fourth
Q53: All c-strings must be terminated by _
Q54: What is wrong with the following attempted
Q55: The declaration of an STL vector doubleVec
Q57: If the name of a file to
Q58: Which string function returns the first occurrence
Q59: A string variable and a c-string are
Q60: What is the proper way to declare
Q61: The following declares a c-string variable that