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
Q30: _ is a parameterized stream manipulator.<br>A) endl<br>B)
Q31: It is a good idea to redefine
Q32: Suppose that ch1, ch2, and ch3 are
Q33: Suppose that x and y are int
Q34: Consider the following program segment. Which of
Q36: What is the output of the following
Q37: The number of input data extracted by
Q38: Suppose that outFile is an ofstream variable
Q39: Entering a char value into an int
Q40: C++ comes with a wealth of functions,