function pointers

Function pointers are variables that store the address of functions, allowing them to be passed around and called dynamically at runtime.

Requires login.