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