Question

(*max)(num1, num2, num3);:
a. Is the header for function max.
b. Is a call to the function pointed to by max.
c. Is the prototype for function max.
d. Is a declaration of a pointer to a function called max.

Answer

This answer is hidden. It contains 37 characters.