Glossary coding Term Page
Array Parameter
A function parameter that looks like an array but actually receives a pointer
Core Idea
Array Parameter is A function parameter that looks like an array but actually receives a pointer. It usually makes the most sense alongside Array Decay, Pointer Arithmetic, Length Information.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.