Solved

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

Question 50

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:

verifed

Verified

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

Related Questions