Question

Function fwrite __________.
a) is equivalent to function fprintf
b) transfers a specified number of bytes beginning at a specified location in memory to a location in a file indicated by the file position pointer
c) transfers a specified number of bytes beginning at a specified location in memory to a location in a file indicated by one of its arguments
d) is equivalent to function fprintf, except that fwrite can only write to standard streams

Answer

This answer is hidden. It contains 3 characters.