Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Which of the following statements about a file error state is false? We can test

ID: 3694703 • Letter: W

Question

Which of the following statements about a file error state is false?

We can test the error status of a file using ferror.

A file is put into the error state when an attempt is made to read a file in the write mode.

A file is put into the error state when an open fails.

Executing any file positioning function resets the file in a non-error state.

We can test the error status of a file using ferror.

A file is put into the error state when an attempt is made to read a file in the write mode.

A file is put into the error state when an open fails.

Executing any file positioning function resets the file in a non-error state.

Explanation / Answer

Answer:

______

The False statement is , "A file is put into the error state when an open fails" it means file is may be opened by already another program and this is not the error state.