(单选题)下面程序的输出的是________. #include<stdio.h> void main() {int x=10,y=3; printf("%d\n",y=x/y); }(本题2.0分)
A.0
B.1
C.3
D.不确定的值
出自:桂林理工大学高级语言程序设计