Question

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 by invoking the copy constructor.
d. A vector can store only data of type int.

Answer

This answer is hidden. It contains 35 characters.