Multiple Choice
If a vector named numbers has 20 elements in it, what is the result of executing the following statement?
Numbers.resize10) ;
A) no change
B) the first 10 elements are removed
C) the last 10 elements are removed
D) this causes a run-time error
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Using the resize member function alone, you
Q3: Vectors can have any type as the
Q4: What is the c-string function to determine
Q5: You can explicitly use the vector member
Q6: Which of the following would correctly read
Q7: Using the [i] on a string variable
Q8: What is the difference between strcmp and
Q9: A character array terminated with the null
Q10: What is the value of numbers.size) after
Q11: What is the code to print out