A function can directly return at most one value to the calling function.
查看答案
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. 错
A function stub does not need to be able to compile.
A. 对
B. 错