Page 1 of 1

What will be the output of the following C function when EOF returns?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
int fputs(char *line, FILE *fp)
a) ‘�’ character of array line is encountered
b) ‘n’ character in array line is encountered
c) ‘t’ character in array line is encountered
d) When an error occurs