有以下程序main() { int a,b,d=5; a=d*10%8; b=a&&(-1); printf("%d,%d\n",a,b);}程序运行后的输出结果是

A.10,1 B.2,1 C.10,0 D.2,0

时间:2023-01-16 12:22:08

相似题目