A

Admin • 828.03K Points
Coach

Q. What is a function pointer in C?

  • (A) A pointer to a function's return value
  • (B) A pointer to a function's address
  • (C) A pointer to a variable
  • (D) An integer type
  • Correct Answer - Option(B)
  • Views: 11
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
Function pointers store the address of a function so it can be called indirectly.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.