Solved

Suppose That X Is an Int Variable, Ch Is a Char

Question 35

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions