What would be displayed using this statement?

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.

cout << line.size()

A. Mary Kathleen Barbara
B. True
C. 3
D. You would get an error.


C. 3

Computer Science & Information Technology

You might also like to view...

You use ____ around field names to distinguish them from function names or other types of values.

A. parentheses B. quotation marks C. square brackets D. slashes

Computer Science & Information Technology

When delivering a presentation, you can navigate forward and backward through the slides using hyperlinks and action buttons to ____.

A. emphasize particular points B. review material C. address audience concerns D. import graphics

Computer Science & Information Technology

The baseline option places the text near the bottom of the cell, but aligns the bases of each letter.

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

Computer Science & Information Technology

What program is used by CentOS 7 to manage partitions on the computer system?

A. Ext3 B. GRUB C. MBR D. GUI

Computer Science & Information Technology