问题 更新时间2023/4/3 12:59:00 3.说明下列程序运行的结果。 main(){ int i=0; while(i<10) { printf(“%d”, i); i = i +3; } } 答案 登录 注册 0 3 6 9 出自:其他 >> 西安石油大学-C语言程序设计