问题 更新时间2023/4/3 12:59:00 以下程序的正确输出结果为( )。main(){int a = 2, c = 5;printf("a = %%d, b = %%d\n", a, c);} 答案 登录 注册 a=%d,b=%d 出自:联大 >> 安阳师范学院计算机基础与程序设计