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

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


c. 100

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. The shape of a binary search tree that corresponds to a set of data can vary, depending on the order in which the values are inserted into the tree. b. A node can be inserted at any point in a binary search tree. c. The process of creating a binary search tree actually sorts the data, and thus this process is called the binary tree sort. d. The binary search tree facilitates duplicate elimination.

Computer Science & Information Technology

The largest WAN in existence is the ____.

A. World Wide Web B. Usenet C. Internet D. client server

Computer Science & Information Technology

Name the JavaScript event where the visitor presses the mouse button down over specified element.

a. onfocus b. ondblclick c. onkeypress d. onkeydown e. onmousedown

Computer Science & Information Technology

The word shown in bold is spelled correctly in the following sentence.There are more than 14,000 airports in the United States.?

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

Computer Science & Information Technology