Glossary coding Term Page

Branch

the alternate path created by an `if` statement

branch #coding#c
Korean version

Related Concepts

Core Idea

Branch is the alternate path created by an if statement. It usually makes the most sense alongside Condition expression, Loop, Infinite loop.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept