To return a value, a function can use a(n) ____ statement.
A. exit
B. throw
C. break
D. return
查看答案
The minimum requirement of a ____ is that it compile and link with its calling module.
A. function body
B. function prototype
C. stub function
D. function header
Terms used as synonyms for arguments are formal arguments and actural parameters.
Pass by value is also referred to as pass by reference
Parameters are sometimes referred to as formal arguments.