Suppose that ch1, ch2, and ch3 are variables of the type char. The input is:
?
A B
C
?
What is the value of ch3 after the following statements execute?
?
cin.get(ch1);
cin.get(ch2);
cin.get(ch3);
?
A. 'A'
B. 'B'
C. 'C'
D. '\n'
Answer: B
Computer Science & Information Technology
You might also like to view...
________ accepts only drawing input from the pen and cannot recognize handwritten text
A) Excel B) PowerPoint C) Publisher D) Word
Computer Science & Information Technology
A(n) ________ is usually the first slide in a presentation
Fill in the blank(s) with correct word
Computer Science & Information Technology