Short Example: #include <stdio.h> void main(){ ... fgetc() reads one character from a file int fgetc(FILE *stream); fgetc(stdin) is equivalent to getchar().
確定! 回上一頁