Multiple Choice
Which of the following is a difference between the read and write functions?
A) One performs formatted I/O and the other does not.
B) They take different types of parameters.
C) write and gcount are member functions of the same class, whereas read is not.
D) The failbit is set only with read.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q32: Which of the following is not a
Q34: Which of the following classes is deepest