题目内容

Determine the value of the relational expression: (1.0 >= 1.0) && (3 > 1)

A. 0
B. 1

查看答案
更多问题

Determine the value of the relational expression: (1 <= 1) && ('A' < 'B') || (-1 > 3)

A. 0
B. 1

The return value of a function can be used in the calling function by ( ).

A. storing the value in a variable.
B. using the value in an expression

A function can directly return at most one value to the calling function.

A. 对
B. 错

The parentheses in a return statement “return (expression);” are not optional.

A. 对
B. 错

答案查题题库