Saved Bookmarks
| 1. |
Which of the following option is not correct? a. if we try to read a text file that does not exist, an error occurs. b. if we try to read a text file that does not exist, the file gets created. c. if we try to write on a text file that does not exist, no error occurs. d. if we try to write on a text file that does not exist, the file gets Created. |
|
Answer» b. if we try to read a text file that does not exist, the file gets created. |
|