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. 错
It is the compiler’s duty to make sure data types in function prototpyes and function header lines consistent.
A. 对
B. 错