注意:此页面搜索的是所有试题
若i是int 型变量,下面的程序片段输出的结果是( )。
i=-100;
if (i>=0) printf(“a”);
else printf(“b”);
(1) a (2) ab (3) b (4) 不确定

参考答案