MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following segment of C code do?fprintf(fp, "Interview Mania!"); |
| A. | It writes as well as reads Interview Mania! to and from the file and prints it |
| B. | It writes Interview Mania! into the file pointed by fp |
| C. | It reads Interview Mania! from the file and prints on display |
| D. | All of above |
| E. | None of these |
| Answer» C. It reads Interview Mania! from the file and prints on display | |