Solved

(*Max)(num1, Num2, Num3);

Question 10

Multiple Choice

(*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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions