The ______ of a function take(s) information into the function from the calling program. Group of answer choices prototype local variables arguments purpose parameters

Respuesta :

Answer:

The __arguments ____ of a function take information into the function from the calling program.

Explanation:

The arguments of a function refer to the information or values that are passed into a function when they are called.  The argument may be assigned by default.  A default argument is automatically assigned by the compiler because the caller of the function does not provide a value for the argument with a default value.

ACCESS MORE