填空题

下列程序的运行结果为 【11】 。 #include<iostream.h> void main(void) {int a=2,b=-1,c=2; if(a<b) if(b<0)c=0; else c=c+1; cout<<c<<endl; }

【参考答案】

B