单选题 有以下程序:
void main()
int a,b,d=25;
a=d/-10 % 9;b=a&&(-1);
printf("%d,%d/n",a,b);

程序运行后输出的结果是( )。
A.-2,1 B.2,1
C.6,0 D.2,0

【正确答案】 A
【答案解析】