单项选择题

以下程序的输出结果是______。
#include
void main()
{        int a=3,b=-1,c=1;
if(a if(b<0) c=0;
else c++;
printf("%d",c); 
}
A 0
B 2
C 1
D 3

微信扫码免费搜题