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.
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