Q. What will be the output of the following C function when EOF returns?
Code:
int fputs(char *line, FILE *fp)
β
Correct Answer: (D)
When an error occurs
int fputs(char *line, FILE *fp)
You must be Logged in to update hint/solution