/*Open file in read mode*/. 7. fp= fopen ('example.txt', 'r');. 8. while( (ch = getc(fp)) != EOF) {. 9. /*getc() function reads a character and its value is ...
確定! 回上一頁