试题详情

有以下程序 #include "stdio.h" main() { int a,b,c=246; a=c/100%9; b=(-1)&&(-1); printf("%d,%d\n",a,b); } 输出结果是()。

A2,1

B3,2

C4,3

D2,-1