The function used to determine whether an entire sequential access file has been read is called _____.
a. close() function
b. eof() function
c. open() function
d. None of the above


Answer :

The function used to determine whether an entire sequential access file has been read is called b. eof() function.

What is eof function?

Use EOF to avoid errors caused by trying to get input past the end of the file. The EOF function returns False until it reaches the end of the file. For files opened for random or binary access, EOF returns False until the last executed get statement failed to read a complete record of the file) error. This means that this function checks whether eofbit is set for this stream.

Learn more about eof function: https://brainly.com/question/23271263

#SPJ4