Determine the value of the relational expression: (1 <= 1) && ('A' < 'B') || (-1 > 3)
查看答案
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. 错
The data type of the expression in a return statement will be automatically converted to the data type declared in the function’s header line.
A. 对
B. 错