In the context of function pointers in C, a callback function is a function that is passed as a(n) ________ to another function.

  • Argument
  • Parameter
  • Pointer
  • Variable
In C, a callback function is passed as a parameter to another function, allowing the function to call back to the provided function.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *