Multiple Choice
The header line ____ declares calc to be a pointer to a function that returns an integer.
A) int *calc()
B) int (*calc) ()
C) int &calc()
D) int calc(*)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: If nums is a two-dimensional integer array,
Q9: The declaration char *seasons[4]; creates an array
Q10: Of the following expressions, _ is the
Q11: Any subscript used by a programmer is
Q12: The expression _ adds 3 to "the
Q14: When an array is passed to a
Q15: Attempting to assign the address of an
Q16: When working with pointers and offsets, the
Q17: A pointer constant is equivalent to a
Q18: Consider the following declarations of a function