问题 更新时间2023/4/3 12:59:00 【单选题】下列程序的输出结果是_______。double d=3.2;int x=1.2,y;y=(x+3.8)/5.0;printf("%d\n",d*y);A、3B、3.2C、0D、3.07 答案 登录 注册 正确答案: C 出自:超星 >> 兰州工业学院-计算机语言(C语言)