-
What will be the output of the following C function when EOF returns?
int fputs(char *line, FILE *fp)
-
- ‘t’ character in array line is encountered
- ‘�’ character of array line is encountered
- When an error occurs
- ‘n’ character in array line is encountered
- None of these
Correct Option: C
When an error occurs