Which of the following statements about file state is false? Input files are ope
ID: 3694698 • Letter: W
Question
Which of the following statements about file state is false?
Input files are opened in the read state.
Output files are opened in the write state.
Error files are opened in the error state.
To move from the read state to the write state, a file position function must be called.
Append files are opened in the write state.
Input files are opened in the read state.
Output files are opened in the write state.
Error files are opened in the error state.
To move from the read state to the write state, a file position function must be called.
Append files are opened in the write state.
Explanation / Answer
Inpurt files are opened in read state: TRUE
Output files are opened in write state:TRUE
Error files are opened in error state:False
To move from the read state to the write state a file position function must be called:False
Append files are opened in the write state: True
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.