Question

(*max)(num1, num2, num3);
(a) is the header for function max
(b) is a call to function max
(c) is the prototype for function max
(d) is part of a definition of a pointer to the function max

Answer

This answer is hidden. It contains 3 characters.