True/False
The following code declares a vector of integers named numbers that reserves space for 100 integers.
vector<int> numbers100);
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: What is the name of the function
Q18: A vector v will automatically increase the
Q19: What is the value of numbers.size) after
Q20: Vector assignment is well behaved.
Q21: The function used to 'put two c-strings
Q23: What is the value of numbers.size) after
Q24: What is wrong with the following code
Q25: What is the difference between strcat and
Q26: If the capacity of a vector named
Q27: Given the following declarations, which of the