注意:此页面搜索的是所有试题
9.若i是int 型变量,下面的程序片段输出的结果是( )。
i=10;
if (i>=0) printf(“A”);
else printf(“B”);
printf(“C”);
(1) AB (2) AC (3) BC (4) ABC

参考答案