Multiple Choice
Suppose that ch1,ch2,and ch3 are variables of the type char and 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
Q2: The following statements will result in input
Q27: Suppose that ch1 and ch2 are char
Q28: Manipulators without parameters are part of the
Q39: Entering a char value into an int
Q40: C++ comes with a wealth of functions,
Q41: Suppose that ch1 and ch2 are char
Q43: Suppose that x is an int variable
Q44: Suppose that x = 25.67,y = 356.876,and
Q48: Consider the following program segment.<br>Ifstream inFile; //Line
Q50: Suppose that x is an int variable,ch