Multiple Choice
If you have already removed a character (in char variable ch) from the input stream,you can apply a member function of cin to the variable ch to return it to the input stream.Which of these does this task?
A) cin.get(ch) ;
B) cin.put(ch) ;
C) cin.peek(ch) ;
D) cin.putback(ch) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: What is the problem (if any)with this
Q14: A C-string variable is just an array
Q15: The header file that you must #include
Q16: It is possible to use a standard
Q17: The C-string library functions use the null
Q19: C-string literals are written 'Hello'.
Q20: Give the output the following code fragment
Q21: Given the following definition and initialization.Write a
Q22: A C-string variable is an array,so it
Q23: It is illegal to write char message[]