问题 更新时间2023/4/3 12:59:00 设有如下定义int x=10,y=5,z;则语句 printf("%d\n",z=(x+=y,x/y));的输出结果是 。A、1B、0C、4D、3 答案 登录 注册 正确答案: D 出自:超星 >> 商丘师范学院-C语言程序设计