MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following operations can be performed on the file"NOTES.TXT" using the below code?FILE *fp;fp = fopen("NOTES.TXT", "r+"); |
| A. | Reading |
| B. | Writing |
| C. | Appending |
| D. | Read andWrite |
| Answer» E. | |