C-1 編寫一個打印打印EOF值的程序

#include<stdio.h>      int main(void)   {       int c;          printf("請輸入字符:\n");       c = (getchar() != EOF);  //getchar函數位於標準頭文件#include<stdio.h>中       printf("%d\n",c);              return 0;  
相關文章
相關標籤/搜索