Glossary coding Term Page

Function Pointer

A pointer that stores the entry address of a function

function-pointer #coding#c
Korean version

Related Concepts

Core Idea

Function Pointer is A pointer that stores the entry address of a function. It usually makes the most sense alongside Callback, Signature, Strategy Pattern.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept