What is displayed after line 8 is run?
```
1 queue
2 list.push(“eggs”);
3 list.push(“milk”);
4 list.push(“bread”);
5 list.push(“cheese”);
6 cout << line.size();
7 list.pop();
8 cout << list.front();
9 list.pop();
10 list.pop();
11 list.pop();
```
A. eggs
B. milk
C. cheese
D. The program crashes.
B
Computer Science & Information Technology
You might also like to view...
Selecting the range before you enter data saves time because it confines the movement of the active cell to the selected range
Indicate whether the statement is true or false
Computer Science & Information Technology
In XHTML, the language attribute is used to indicate the script language in the