单项选择题

程序 #include void main( ) { int a=1,b=2,c=3; if(a>b) { if(b>c) c=5; else c-=a; } printf(“%d ”, c); } 执行后的输出结果是( )

A.0
B.2
C.3
D.5
微信扫码免费搜题