有如下程序Main(){ int a = 2,b =- 1,c = 2;If(a<b)If(b<0) c=0;Else c++;Printf("%d\n",c);}该程序的输出结果是______。
B.1
C.2
D.3
正确答案是C