[size=11.000000pt]1[size=11.000000pt])[size=11.000000pt]if(1)[size=11.000000pt]、[size=11.000000pt]if(-1)[size=11.000000pt]、[size=11.000000pt]if(a=5) [size=11.000000pt]永真式 [size=11.000000pt]if(0) [size=11.000000pt]永假
[size=11.000000pt]2[size=11.000000pt])[size=11.000000pt]if([size=11.000000pt]表达式[size=11.000000pt]); [size=11.000000pt]表示判断完了什么都不做
[size=11.000000pt]3) if([size=11.000000pt]表达式[size=11.000000pt]) return 0; //[size=11.000000pt]程序退出,代码不会再往下执行了
[size=11.000000pt]4) if([size=11.000000pt]表达式[size=11.000000pt]){int num=10;} printf("%d",num);([size=11.000000pt]错误的[size=11.000000pt])
[size=11.000000pt]5[size=11.000000pt])[size=11.000000pt]if([size=11.000000pt]表达式[size=11.000000pt]) int num=10; ([size=11.000000pt]作用域紊乱[size=11.000000pt])
|
|