计算7450-3198时,个位要向十位[ ]
A.进位
B.借位
答案:B
以下程序运行后的输出结果是______。 main() int a,b,c; a=10; b=20; c=(a%b<1)||(a/b>1); printf("%d%d%d\n",a,b,c);