单选题

下列程序的输出结果是(     )。

main()

{ int a,b,d=25;

a=d/10%9;

b=a&&(一1);

printf("%d,%d\n",a,b);}

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