A function type tells the compiler ( )
A. The name of the function.
B. The data type of the value that the function will return.
C. The data types of each argument that the function expects to receive.
查看答案
A function must be declared or defined before it can be used.
A. 对
B. 错
The semicolon in the syntax of function prototypes is optional.
A. 对
B. 错
For a function prototype, the “argumentName” in the argument list is optinal.
A. 对
B. 错
The following is a function prototype.-int fmax(int a, int b);-
A. 对
B. 错