选择题   下面程序的输出结果是______。
    #include<stdjo.h>
    main()
    {int x=7,y=3;
    printf('%d',y=x/y);}
 
【正确答案】 B
【答案解析】