Question

Which statement is true?
a) fseek searches for a record by its record key.
b) fseek sets the file position pointer to a specific byte location in the file.
c) fseek moves the read-write head on the disk to the location on disk that corresponds to a specific location in a file.
d) fseek must immediately follow each call to fread or fwrite.

Answer

This answer is hidden. It contains 3 characters.