if--(else)語句,getchar()和putchar()、&&、||、!邏輯運算符

1、if 語句;示例程序: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 #include<stdio.h> int  main() { const  int  FREEEZING=0; float  temperature; int  cold_days=0; int  all_days=0; printf ( "enter the 
相關文章
相關標籤/搜索