以下程序的运行结果是()。 main(){ int a=2,b= -1,c=2; if (a<b) if (b<0) c=0; else c++; printf(”%d\n”,c); }

A.0 B.1 C.2

时间:2024-05-01 12:16:00

相似题目