Function Pointers
Function Pointers
A function pointer is a pointer that holds the address of a function. The ability of pointers to point to functions turns out to be an important and useful feature of C. This provides us with another way of executing functions in an...
ahmedgouda.hashnode.dev6 min read