The syntax of the fgets() function is: Syntax: char *fgets(char *str, int n, FILE *fp); The function reads a string from the file pointed to by f…
確定! 回上一頁