问题详情
以下程序的输出结果是#include <stdio.h>main(){ int a,b,d=241; a=d/100%9; b=(-1)&&(-1); printf("%d,%d ",a,b);}A.6,1 B.6,0 C.2,1 D.2,0