Multiple Choice
Suppose that x is an int variable, ch is a char variable, and the input is: 276.
Choose the values after the following statement executes:
Cin >> ch >> x;
A) ch = '2', x = 76
B) ch = '276', x = '.'
C) ch = ' ', x = 276
D) ch = 'b', x = 76
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The function _ returns the next character
Q5: When you want to process only partial
Q8: Suppose that x and y are int
Q18: In the statement cin >> x;, x
Q26: Suppose that x is an int variable
Q31: It is a good idea to redefine
Q31: Suppose that x and y are int
Q33: Suppose that alpha, beta, and gamma are
Q39: What is the output of the following
Q40: C++ comes with a wealth of functions,