What is the value of numbers.size() after the following code?

vector numbers;
numbers.reserve(100)
a. 0
b. 10
c. 100
d. unknown


a. 0

Computer Science & Information Technology

You might also like to view...

Comments are read by the Java compiler.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The root UID is ____.

A. zero B. one C. 100 D. 1000

Computer Science & Information Technology

Internet Explorer's tabs bar is located________

A) to the right by the charms B) below the status bar C) to the left of the browser window D) above the address bar

Computer Science & Information Technology

What security control may be used to implement a concept known as two-person control?

A. Mandatory vacation B. Separation of duties C. Least privilege D. Defense in depth

Computer Science & Information Technology