Multiple Choice
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'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: When you want to process only partial
Q6: Suppose that x = 1565.683, y =
Q7: Suppose that x is an int variable,
Q8: Suppose that x and y are int
Q9: What is the output of the following
Q11: The extraction operator >> skips only all
Q12: Suppose that x = 25.67, y =
Q13: Suppose that ch1 and ch2 are char
Q14: You can use the function getline to
Q15: If input failure occurs in a C++