Skip to content

Latest commit

 

History

History

0x0F-function_pointers

0x0F. C - Function pointers

Resources:books:

Read or watch:


Learning Objectives:bulb:

What I learned 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

  • A function that prints a name.
  • A function that executes a function given as a parameter on each element of an array.
  • A function that searches for an integer.

Author