MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following C function when EOF returns?int fputs(char *line, FILE *fp) |
| A. | t character in array line is encountered |
| B. | character of array line is encountered |
| C. | When an error occurs |
| D. | n character in array line is encountered |
| E. | None of these |
| Answer» D. n character in array line is encountered | |