填空题

下列程序的输出结果是______。
#include<stdio.h>
main()
int a=2,b= 1,c=2;
if(a<b)
if(b<0) c=0;
else c++;
printf("%d\n",c);

【参考答案】

B
热门 试题