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.

d. A vector can store only data of type int.

Computer Science & Information Technology

You might also like to view...

How you align the numbers in a cell depends on the type of data the cell contains

Indicate whether the statement is true or false

Computer Science & Information Technology

The character that separates tokens is known as a(n) ____________.

a. sentinel b. article c. delimiter d. separator

Computer Science & Information Technology