Pass by value is also referred to as pass by reference
查看答案
Parameters are sometimes referred to as formal arguments.
The items enclosed within the parentheses in a function call statement are called ____ of the function.
A. parameter
B. formal argument
C. argument
D. actual argument
When a function simply receives copies of the values of the arguments and must determine where to store these values before it does anything else, this is known as a ____.
A. pass by value
B. pass by reference
C. stub
D. function definition
The argument names in the header line of a function are known as ____.
A. arguments
B. parameters
C. actual arguments
D. prototype