A

Admin • 833K Points
Coach

Q. What is the purpose of ‘p’ in the following statement?

Code:
int (*p[3]) ();
  • (A) p is a pointer to a function array
  • (B) p is a pointer to a function
  • (C) p is an array of pointers to a function
  • (D) p is a pointer to a function whose return type is an array
  • Correct Answer - Option(C)
  • Views: 19
  • Filed under category C++
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.