下列程序的输出结果是()。
main
{ int a,b,d=25;
a=d/10%9;
b=a&&(一1);
printf("%d,%d\n",a,b);}
A.6,1
B.2,1
C.6,0
D.2,0
请帮忙给出正确答案和分析,谢谢!