Page 1 of 1

Which of the following is the right declaration for fgets() inside the library?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) int *fgets(char *line, int maxline, FILE *fp);
b) char *fgets(char *line, int maxline, FILE *fp);
c) char *fgets(char *line, FILE *fp);
d) int *fgets(char *line, FILE *fp);