MCQOPTIONS
Saved Bookmarks
| 1. |
The syntax of fgets is char *fgets(char *line, int maxline, FILE *fp). Which is true for fgets.fgets ? |
| A. | returns line on success |
| B. | On end of file or error it returns NULL |
| C. | Nothing |
| D. | Both returns line on success & On end of file or error it returns NULL |
| Answer» E. | |