有如下程序
Main( )

有如下程序
Main( )
{ int m=2,n=-1,d=6;
If(m<n)
If(n<0) d=0;
Else d++;
Printf("%d\n",d);
}
该程序的输出结果是______。

B.1

C.6

D.7

正确答案是C