MCQ Practice

Which of the following is NOT included in the header of a function?

A

the type of variable returned by the function to the function that calls it

B

the name of the program or function that calls the function

C

the name of the function

D

the types and names of any variables that will be passed to the function

Correct Answer: B