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...
________ is the best tool for creating a chart because there are a wide variety of chart types and formatting options
A) Word B) Publisher C) Excel D) Access
Computer Science & Information Technology
Table cell formulas and functions are fields that:
A) are automatically updated whenever changes are made in the underlying data. B) need to be manually updated whenever changes are made in the underlying data. C) can only be updated with the Update Field command. D) can only be updated by pressing the F9 key.
Computer Science & Information Technology