设有如下定义:intx=10,y=3,z;则语句 printf("%d/n",z=(x%y,x/y));的输出结果是()
A:1
B:0
C:4
D:3
出自:计算机科学