(Choose 1 answer)
Which of the following statements is INCORRECT ?
A. If a file is opened for reading, it is required that the file must exist
B. If a file is opened for writing, it is required that the file must exist
C. If a file opened for writing already exits, its content will be overwritten
D. None of the others
E32