问题 更新时间2023/4/3 12:59:00 以下程序的输出结果是( )。 main( ) { int a=7,b=5; printf(“%d\n”,b=b/a); }(单选)—5分A 不确定值B 5C 1D 0 答案 登录 注册 D 0 出自:其他 >> 河北建筑工程学院C语言程序设计