选择题
下面程序的输出结果是______。
#include<stdjo.h>
main()
{int x=7,y=3;
printf('%d',y=x/y);}
A、
0
B、
2
C、
3
D、
不确定的值
【正确答案】
B
【答案解析】
提交答案
关闭