Multiple Choice
Which of the following is not a member function of the C++ ostream class?
A) Stream-insertion operator (<<) .
B) Stream-extraction operator (>>) .
C) put.
D) write.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Overloaded operators can be used to test
Q25: Which of the following outputs does not
Q26: What will be output by the following
Q27: Which of the following classes is a
Q28: Select the correct statement regarding C++ I/O
Q29: The stream-extraction operator:<br>A) Does not normally accept
Q30: Upon encountering the designated delimiter character, the
Q31: The difference between the operator! member function
Q33: Which of the following is a difference
Q34: Which of the following classes is deepest