If you create a function and you want it to pass a value back to the main program, what do you need to include in the function’s definition?

A.
an iterating variable

B.
a local variable

C.
a return statement

D.
a parameter