Examveda

What will be the output of the following C function when EOF returns?
int fputs(char *line, FILE *fp)

A. '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

Answer: Option D


This Question Belongs to C Program >> File Input Output

Join The Discussion

Related Questions on File Input Output