Multiple Choice
The putback member function returns to the input stream the previous character obtained by:
A) A get from the input stream.
B) Using the stream extraction operator on the input stream.
C) Reading input from the keyboard.
D) Reading a file from disk.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: One difference between the three-argument version of
Q15: If unexpected data is processed in an
Q16: Which of the following is an illegal
Q17: Which of the following is a valid
Q18: The good member function will return false
Q20: Which of the following is not true
Q21: 2.1 Q2 [C++11] Which of the following
Q22: What will be output by the following
Q23: Which of the following statements restores the
Q24: Overloaded operators can be used to test