3、执行下列程序后,运行结果是()。include <stdio.h> include <math.h> int main() { int a=2,b=-1,c=3; if (a<b) if (b<0) c=0; else c++; printf("%d\n",c); return 0; }

A.0 B.2 C.3 D.4

时间:2024-04-11 15:24:49

相似题目