Function Pointers
Function pointers allow referencing functions with a particular signature. For example, to store the address of the standard function abs
in the variable my_int_f
:
Function pointers are invoked by name just like normal function calls. Function pointers are separate from pointers and void pointers.
Read more about this topic: C Data Types
Famous quotes containing the word function:
“Of all the inhabitants of the inferno, none but Lucifer knows that hell is hell, and the secret function of purgatory is to make of heaven an effective reality.”
—Arnold Bennett (18671931)