Callback

Callback Function in C
The callback is basically any executable code that is passed as an argument to other code, that is expected to call back or execute the argument at a ...