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

题库 第6475页

  • 最新
  • 浏览
  • 评论

The default case is required in the switch selection statement.

Luz5年前 (2021-05-10)935
The default case is required in the switch selection statement. ~@[](1)答案:FALSE…

The break statement is required in the default case of a switch

Luz5年前 (2021-05-10)1153
The break statement is required in the default case of a switch selection statement. ~@[](1)答案:FALSE…

The break statement is required in the default case of a switch

Luz5年前 (2021-05-10)962
The break statement is required in the default case of a switch selection statement. ~@[](1)答案:FALSE…

The default case is required in the switch selection statement.

Luz5年前 (2021-05-10)1389
The default case is required in the switch selection statement. ~@[](1)答案:FALSE…

If there is not a break after every case and default clauses, ch

Luz5年前 (2021-05-10)994
If there is not a break after every case and default clauses, changing their sequences will not influence the function.。…

In Switch statement, the constant expressions after each case sh

Luz5年前 (2021-05-10)1327
In Switch statement, the constant expressions after each case should be different. ~@[](2)答案:TRUE…

执行以下程序段,输入`1.0 0.01 365`,输出`1.0#0.010#365`。

Luz5年前 (2021-05-10)1830
执行以下程序段,输入`1.0 0.01 365`,输出`1.0#0.010#365`。 ~@[](1) ``` int day; double factor, initial; scanf("%lf %lf %d", &initia…

C语言中不能用`printf`函数输出字符。

Luz5年前 (2021-05-10)1357
C语言中不能用`printf`函数输出字符。 ~@[](1)答案:FALSE…

All arguments following the format control string in a `printf`

Luz5年前 (2021-05-10)926
All arguments following the format control string in a `printf` function must be preceded by an ampersand (&). ~@[](1)答…

The escape sequence` \n` , when used it in a `printf` format con

Luz5年前 (2021-05-10)942
The escape sequence` \n` , when used it in a `printf` format control string leads the cursor to position to the beginnin…