Skip to content

Latest commit

 

History

History

0x0E-function_pointers

0x0E. C - Function pointers

Description

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.

Author