王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 请选出以下程序的输出结果 sub(int x ,int y ,int *z) { *z=y-x ; } main() { int a , b , c ; sub(10 ,5 ,&a) ; sub(7 ,a ,&b) ; sub(a ,b ,&c) ; printf("%d ,%d ,%d\n" ,a ,b ,c) ;}(2.0分)2.0 分 A、 5 ,2 ,3 B、 -5 ,-12 ,-7 C、 -5 ,-12 ,-17 D、 5 ,-2 ,-7 答案 登录 注册 我的答案:B 出自:超星 >> 齐齐哈尔大学-C语言 齐齐哈尔大学继续教育学院