When using a function parameter, what can programmers of a modular
program do?
A. Store data after a function is called.
B. Return data after a function completes a task.
C. Pass data to the function whenever they call it.
D. Ensure that all function calls are identical.