What you should learn from this project:
- 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
- Write a function that prints a name.
- Write a function that executes a function given as a parameter on each element of an array.
- Write a function that searches for an integer.
- Write a program that performs simple operations.
- Derrick Gee - kai-dg