Function Pointers
In this session, we will look at function pointers.
Remember in one of our Sessions we introduced pointers.
We mentioned that pointer are just variables that store the address of other variables of the same type as that of the Pointer in memory.
Lets Dive into it.
- Here is everything you need to know about pointers
- Funtion pointers in C
- Pointer to function
- Function pointers in Action
- Why function pointers
At the end of this session, you should be able to explain to anyone the following concepts without the help of Google
- What are function pointers and how to use them
- What does a function pointer exactly hold
- Where does a function pointer point to in the virtual memory