[单选题]
下面程序的输出结果是 ( ) main( ) { int x=10,y=3; printf("%d/n", y=x/y); }
A.0
B.1
C.3
D.不确定的值
参考答案与解析: