Multiple Choice
Suppose that ch1 and ch2 are char variables and the input is: WXYZ
What is the value of ch2 after the following statements execute?
A) W
B) X
C) Y
D) Z
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The following statements will result in input
Q4: Suppose that x = 55.68, y =
Q11: The extraction operator >> skips only all
Q14: You can use the function getline to
Q17: In C++, the dot is an operator
Q21: When reading data into a char variable,
Q22: Suppose that x is an int variable,
Q33: Suppose that x and y are int
Q37: The number of input data extracted by
Q38: Suppose that outFile is an ofstream variable