Example : // Read a character from the file stream, then print it on the screen: while((ch = fgetc(fptr)) != EOF) putchar(ch);. char *fgets(char *str, ...
確定! 回上一頁