If 3 “people” were listed in the queue, what would line.empty() do?
Assume you have a queue object named “line” that uses string objects, and it is holding “Mary”, “Kathleen”, and “Barbara” in this queue. Assume all includes are correct.
A. Clear the queue.
B. Return true.
C. Return false.
D. That is not a function in the queue class.
C
Computer Science & Information Technology
You might also like to view...
To update the data in a PivotTable click ________ in the Data group
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which security type deliberately exposes a system's vulnerabilities or resources to an attacker?
A. Intrusion detection B. Firewalls C. Honeypots D. Intrusion prevention
Computer Science & Information Technology