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

题库 第6485页

  • 最新
  • 浏览
  • 评论

If variable is declared as `int n`; when `n`’s absolute value is

Luz5年前 (2021-05-10)1174
If variable is declared as `int n`; when `n`’s absolute value is larger than 1, expression `1/n` ‘s value is always equa…

In c, when calculating with double and int, the final data type

Luz5年前 (2021-05-10)1220
In c, when calculating with double and int, the final data type of the expression transform from double to int ~@[](1…

The expression` (x > y || a < b)` is true if either `x > y` is t

Luz5年前 (2021-05-10)1022
The expression` (x ˃ y || a y` is true or `a ˂ b` is true. ~@[](1)答案:TRUE…

An expression containing the && operator is true if either or bo

Luz5年前 (2021-05-10)688
An expression containing the && operator is true if either or both of its operands is true. ~@[](1)答案:FALSE…

An expression containing the || operator is true if either or bo

Luz5年前 (2021-05-10)954
An expression containing the || operator is true if either or both of its operands is true. ~@[](1)答案:TRUE…

The expression` (x > y && a < b)` is true if either` x > y` is t

Luz5年前 (2021-05-10)1476
The expression` (x ˃ y && a y` is true or `a ˂ b` is true. ~@[](1)答案:FALSE…

All variables must be defined before they’re used.

Luz5年前 (2021-05-10)1061
All variables must be defined before they’re used. ~@[](1)答案:TRUE…

All variables must be given a type when they’re defined.

Luz5年前 (2021-05-10)1011
All variables must be given a type when they’re defined. ~@[](1)答案:TRUE…

C considers the variables number and NuMbEr to be identical.

Luz5年前 (2021-05-10)1259
C considers the variables number and NuMbEr to be identical. ~@[](1)答案:FALSE…

The remainder operator (%) can be used only with integer operand

Luz5年前 (2021-05-10)1300
The remainder operator (%) can be used only with integer operands. ~@[](1)答案:TRUE…