请在 下方输入 要搜索的题目:

What is the output of the following program?int x = 1; do { printf("%d ", x); } while(x++<=1);


A、1;

B、1 2;

C、No output;

D、Compile error

发布时间:2025-08-21 08:23:58
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:1 2
专业技术学习
专业技术学习
搜搜题库系统