int c = fgetc (fin); printf ("fgetc() = %i, feof() = %i\n", c, feof (fin)); assert (EOF == c && feof (fin)); return 0; }.
確定! 回上一頁