Suppose that ch1, ch2, and ch3 are variables of the type char. The input is:
?
A B
C
?
Choose the value of ch3 after the following statement executes:
?
cin >> ch1 >> ch2 >> ch3;
?

A. 'A'
B. 'B'
C. 'C'
D. '\n'

Answer: C

Computer Science & Information Technology

You might also like to view...

When you ________ a presentation, you add, delete, or modify the content of the presentation

Fill in the blank(s) with correct word

Computer Science & Information Technology

When you enter a comment in macro programming code, you must type an asterisk (*) before the comment text; otherwise, Excel will think you have entered a command.

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

Computer Science & Information Technology