Question

The argument list of a function call must match, or be consistent with, the parameter list of the called function in all of the following details, except:
a. The number of arguments/parameters in the list.
b. The types of arguments/parameters in the list.
c. The names of arguments/parameters in the list.
d. The argument list and parameter list must match in all of the above details.

Answer

This answer is hidden. It contains 42 characters.