Answer:
The __arguments ____ of a function take information into the function from the calling program.
Step-by-step 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.