以下程序的输出结果是()main(){intx=10,y=3;printf("%dn",y=xy);}

以下程序的输出结果是()main(){intx=10,y=3;printf("%d\n",y=x/y);}

A.0

B.1

C.3

D.不确定的值

正确答案:C

猜你喜欢