有以下程序#include ;void main( ){ int a,b,c=290; a=(c/100)%9; b=(-1)&&(-1); printf("%d,%d\n",a,b);}输出结果是( )。
A、2,1
B、3,1
C、2,0
D、2,-1