单选题 有以下程序:
#include<stdio.h>
main()
{int x=10, y=3;
printf("%d/n", y=x/y);
}
执行后的输出结果是
  • A.0
  • B.1
  • C.3
  • D.不确定的值
【正确答案】 C
【答案解析】