下面程序的输出结果是( )
#include

下面程序的输出结果是( )
#include
Int main()
{
Int x=7,y=3;
Printf("%d",y=x/y);
Return 0;
}

B.2

C.3

D.不确定的值

正确答案是B