We can now write a loop that terminates when the end of standard input file is reached. #include <stdio.h> ... flag = scanf(); while (flag != EOF) { ... flag = ...
確定! 回上一頁