有以下程序
Main()

有以下程序
Main()
{ int x=3, y=2, z=1;
Printf("%d\n",x/y&~z);
}
程序运行后的输出结果是______。

A.3

B.2

C.1

正确答案是D