Answer:
C, an action that is defined in a function header
Explanation:
A function is a statement that defines a section of code. You can have arguments or parameters along with it which gives it a set of values to work upon, and it helps you prevent cluttering code. It lets you reuse your code and you can call this function with the related arguments to return something.