Skip to content

Latest commit

 

History

History

README.md

0x0F. 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.
  • Write a program that prints the opcodes of its own main function.

Author