Taking input single character at a time. char c = fgetc (fp);. // Checking for end of file. if ( feof (fp)). break ;. printf ( "%c" , c);. } ...
確定! 回上一頁