Multiple Choice
Suppose that ch1, ch2, and ch3 are variables of the type char.The input is: A B
C
What is the value of ch3 after the following statements execute?
Cin) get(ch1) ;
Cin) get(ch2) ;
Cin) get(ch3) ;
A) 'A'
B) 'B'
C) 'C'
D) '\n'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: Suppose that ch1 and ch2 are char
Q28: Manipulators without parameters are part of the
Q29: Suppose that alpha is an int variable
Q30: _ is a parameterized stream manipulator.<br>A) endl<br>B)
Q31: It is a good idea to redefine
Q33: Suppose that x and y are int
Q34: Consider the following program segment. Which of
Q35: Suppose that x is an int variable,
Q36: What is the output of the following
Q37: The number of input data extracted by