Multiple Choice
Suppose that ch1,ch2,and ch3 are variables of the type char and 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
Q5: When you want to process only partial
Q18: In the statement cin >> x;, x
Q24: The functions get,ignore,and so on are members
Q24: In an output statement, each occurrence of
Q25: cin is called a(n)_ object.
Q28: You can disable the manipulator left by
Q30: What is the output of the following
Q31: Suppose that alpha,beta,and gamma are int variables
Q32: Suppose that alpha is an int variable
Q34: The stream function _ lets you put