EOF是一个宏,被定义为-1。 可以用如下代码打印出来。 #include <stdio.h> #include <stdlib.h> main () { int c; printf("EOF is %d\n",EOF); }
QQ群 | TG群 | 邮箱