Multiple Choice
Which of the following is an illegal use of function put?
A) cout.put('A') ;
B) cout.put("A") ;
C) cout.put('A') .put('\n') ;
D) cout.put(65) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: What will be output by the following
Q12: To reset the format state of the
Q13: Select the false statement. Outputs are:<br>A) Flushed
Q14: One difference between the three-argument version of
Q15: If unexpected data is processed in an
Q17: Which of the following is a valid
Q18: The good member function will return false
Q19: The putback member function returns to the
Q20: Which of the following is not true
Q21: 2.1 Q2 [C++11] Which of the following