单项选择题

下列程序的输出结果是______。 #include <stdio. h> 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