填空题

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

【参考答案】

B