Function pointer in C
Function pointer is useful to do abstraction; it is a general implementation of immediate interface; it is also used to implement the plug-in interface.
Here is a example:
Last updated
Function pointer is useful to do abstraction; it is a general implementation of immediate interface; it is also used to implement the plug-in interface.
Here is a example:
Last updated