Pointer to Function Concept in detail with example
Pointer to Function:Like built in variables function also contains address.How to declare function pointer?return type (*fp)( ); // in this way you have to declare function pointer to hold ...
Read More