Monday, June 6, 2011

5.11 Pointers to Functions

  • In C, a function itself is not a variable, but it is possible to define pointers to functions, which can be assigned, placed in arrays, passed to functions, returned by functions, and so on   

No comments:

Post a Comment