Glossary coding Term Page
Body
The code block inside a function
Core Idea
When reading a function, the body is the part inside { } where calculations, conditionals, and returned results actually happen.
Why It Matters Here
Mathbong uses this term in C basics posts when breaking a function into its visible parts.