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:

Verified
Correct Answer:
Verified
Related Questions
Q5: Given that k is an integer array
Q6: Which of the following is false for
Q7: Which of the following is false about
Q8: Which of the following best describes the
Q9: Assuming that t is an array and
Q11: The & operator can be applied to:<br>A)
Q12: Which of the following statements about pointer
Q13: Which of the following can have a
Q14: All of the following can cause a
Q15: Pointers may be assigned which of the