The statement ____ creates the vector object vecList of size size.

A. vector[elemType] vecList(size);
B. vector vecList(size);
C. vector(size) vecList
D. vector{elemType::size} vecList;

Answer: B

Computer Science & Information Technology

You might also like to view...

The Backstage Print page allows the user to choose which printer to use, select the number of copies to print, and specify which pages of the document to print

Indicate whether the statement is true or false

Computer Science & Information Technology

In the figure above, which item represents a laser beam?

A. item 1 B. item 4 C. item 3 D. item 7

Computer Science & Information Technology