int c ; while ( (c = fgetc(f)) != EOF ) 1 printf("%c" , c); l //...other code... 4 5 6 7 8 Observe how we assign the result of fgetc to the variable c in ...
確定! 回上一頁