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 
相关文章
相关标签/搜索