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.

d. The failbit is set only with read.

Computer Science & Information Technology

You might also like to view...

What's the difference between an absolute and relative link?

What will be an ideal response?

Computer Science & Information Technology

The shell syntax for assigning values to variables is

A. variablename=value B. set variablename = value

Computer Science & Information Technology