打印EOF的值

1 #include <stdio.h>
2
3  int main()
4 {
5 printf("EOF=%d\n",EOF);
6 }
7

 

posted @ 2011-01-17 09:17  ebusi2010  阅读(379)  评论(0编辑  收藏  举报