Glossary coding Term Page

Condition expression

an expression like `score > 80` that evaluates to true or false

condition-expression #coding#c
Korean version

Related Concepts

Core Idea

Condition expression is an expression like score > 80 that evaluates to true or false. It usually makes the most sense alongside Branch, Loop, Infinite loop.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept