A

Admin • 833K Points
Coach

Q. What does the following statement mean?

Code:
int (*fptr)(char*)
  • (A) Pointer to an array of characters
  • (B) Function taking a char * argument and returning a pointer to int
  • (C) Pointer to a pointer
  • (D) A pointer to a function taking a char * argument and returning an int
  • Correct Answer - Option(D)
  • Views: 25
  • 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.