練習 1-6 驗證表達式getchar()!=EOF的值是0仍是1。

C語言程序設計(第二版) 練習1-6 我的設計 練習 1-6 驗證表達式getchar()!=EOF的值是0仍是1。 代碼塊:web #include <stdio.h> #include <stdlib.h> int main() { printf("%d\n", getchar()!=EOF); system("pause"); return 0; } 若是輸入字符,顯示值爲1,若是輸入
相關文章
相關標籤/搜索