char c = fgetc (fp);. // Checking for end of file. if ( feof (fp)). break ;. printf ( "%c" , c);. } while (1);. fclose (fp);. return (0);.
確定! 回上一頁