-->
当前位置:首页 > 题库

执行以下程序段,将输出10。

Luz5年前 (2021-05-10)题库3002
执行以下程序段,将输出10。 ~@[](1) ``` int i = 10; while (i < 10){ printf("%d\n", i); } ```

答案:FALSE