InterviewSolution
Saved Bookmarks
| 1. |
Why is it necessary to open a file in I-O mode for REWRITE? |
|
Answer» Before REWRITE is performed, the record must be opened and read from the file. Therefore, the file must be opened in I-O mode for rewrite functionality. |
|