Multiple Choice
What is the value of numbers.size) 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
Q14: If v is a vector and i
Q15: To change the space already allocated for
Q16: To convert an integer to a variable
Q17: What is the name of the function
Q18: A vector v will automatically increase the
Q20: Vector assignment is well behaved.
Q21: The function used to 'put two c-strings
Q22: The following code declares a vector of
Q23: What is the value of numbers.size) after
Q24: What is wrong with the following code