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:
“Our father has an even more important function than modeling manhood for us. He is also the authority to let us relax the requirements of the masculine model: if our father accepts us, then that declares us masculine enough to join the company of men. We, in effect, have our diploma in masculinity and can go on to develop other skills.”
—Frank Pittman (20th century)