问题 更新时间2023/4/3 12:59:00 .(1分)求两个整数之和,并通过形参z将结果传回,以下函数不能达到预期目的。 ( )void func(int x,int y, int z){ z=x+y;} 答案 登录 注册 答案正确 出自:其他 >> 长安大学-C语言