Glossary coding Term Page

Body

The code block inside a function

body #coding#c
Korean version

Aliases

function body

Related Concepts

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.

Posts Mentioning This Concept