单选题 有以下程序:
void main()

int x=3, y=2, z=1;
printf("%d/n",x/y&&~z);

程序运行后输出的结果是( )。
A.3 B.2
C.1 D.0

【正确答案】 C
【答案解析】