Question

Which statement is true?
a) The type of every parameter in a function parameter list must be included.
b) The type of every argument in a function call must be included.
c) It is not incorrect to use the same names for the arguments passed to a function and the corresponding parameters in the function definition.
d) Defining a function parameter again as a local variable within the function is a logic error.

Answer

This answer is hidden. It contains 3 characters.