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 = 276
B) ch = '276', x = '.'
C) ch = ' ', x = 276
D) ch = 'b', x = 76
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
Q47: Suppose that ch1,ch2,and ch3 are variables of
Q48: Consider the following program segment.<br>Ifstream inFile; //Line