Kizspy | Question: 45
(Choose 1 answer)
Which function writes the character value of the argument c to the output stream referenced by fp?
A. int fputc( int c, FILE *fp);
B. int fputs(const char *s, FILE *fp);
C. int fgetc( FILE * fp);
D. char *fgets(char *buf, int n, FILE *fp);