Multiple Choice
Which of the following is not true of class template vector?
A) The size of a vector can be changed after it is declared.
B) A vector can be assigned to another vector by using the assignment operator.
C) A vector object can be initialized with a copy of another vector.
D) A vector can store only data of type int.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An array is not:<br>A) A consecutive group
Q2: Which statement about insertion sort is true?<br>A)
Q3: Referencing elements outside the array bounds:<br>A) Can
Q7: Given the following declaration, what is the
Q8: Using square brackets ([]) to retrieve vector
Q9: Unless otherwise specified, entire arrays are passed
Q10: Which of the following is false?<br>A) The
Q10: Which of the following statements is false
Q11: After the i<sup>th</sup> iteration of the insertion
Q16: Constant variables:<br>A) Can be assigned values in