Multiple Choice
Suppose that alpha is an int variable and ch is a char variable. The input is:
17 A
What are the values after the following statements execute?
A) alpha = 17, ch = ' '
B) alpha = 1, ch = 7
C) alpha = 17, ch = 'A'
D) alpha = 17, ch = 'a'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: What is the output of the following
Q15: If input failure occurs in a C++
Q16: C++ provides a header file called _,
Q17: In C++, the dot is an operator
Q21: When reading data into a char variable,
Q25: In C++, the dot is an operator
Q28: Manipulators without parameters are part of the
Q32: Suppose that ch1, ch2, and ch3 are
Q33: Suppose that x and y are int
Q37: The number of input data extracted by