Memory Leak in CWhen programmer allocates the piece of the memory dynamically and forget to release/free the memory i.e called as Memory Leak.In other…Apr 30, 2021Apr 30, 2021
Callbacks In CCallbacks are nothing but reference of a function is passed as parameter to another function to call it.Apr 26, 2021Apr 26, 2021