Recent posts

Function Pointers in C/C++

less than 1 minute read

Function Pointers are used to store address of functions, we’ve used pointers to point to data (variables)