成人高等教育 / C语言程序设计
正确率:100%
有以下程序
#include
main()
{ int?? a,b,c=246;
a=c/100%9;
b=(-1)&&(-1);
printf("%d,%d\n",a,b);
}
输出结果是:
#include
main()
{ int?? a,b,c=246;
a=c/100%9;
b=(-1)&&(-1);
printf("%d,%d\n",a,b);
}
输出结果是:
- A、 2,1
- B、 3,2
- C、 4,3
- D、 2,-1
参考答案:
佳题速递: