What would be displayed after line 6 runs?
Given the code below, answer the following questions.
1.
```
vector
```
2.
```
vNums.push_back(10);
```
3.
```
vNums.push_back(5);
```
4.
```
vNums.push_back(15);
```
5.
```
vNums.push_back(25);
```
6.
```
cout << vNums.size();
```
7.
```
vNums.pop_back();
```
8.
```
cout << vNums.at(2);
```
9.
```
vNums.pop_back();
```
10.
```
vNums.pop_back();
```
11.
```
vNums.pop_back();
```
A. 0
B. true
C. 4
D. 3
C. 4
You might also like to view...
PowerPoint applies animation effects in the order you created them.
Answer the following statement true (T) or false (F)
You can hide the audio icon during a slide show
Indicate whether the statement is true or false
Graphic objects may be either
A) inline or floating. B) tight or floating. C) fixed or floating. D) inline or square.
Referring to the figure above, after making the change in the Quick Tag Editor, you would like to view both the code and the way the changes will appear on the Web. To do this, you would choose the Show ____ view button.
A. Code B. Design C. Code/Web D. Split