mathbong
Home
∑ School Math∑ Advanced Math[] Coding</> Utils⎈ Infra◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Expression

any chunk of code that evaluates to a value (`a + b`

expression #coding#c#rust
Korean version

Related Concepts

Arithmetic operatorComparison operatorType conversionCastingStatementLoop

Core Idea

Expression is any chunk of code that evaluates to a value (a + b, score >= 80, etc.). It usually makes the most sense alongside Arithmetic operator, Comparison operator, Type conversion.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept

[Rust Series 4] Functions and Control Flow Define functions with fn, understand expressions vs. statements, and design flow with if plus loop/while/for.[Rust 시리즈 4편] 함수와 제어 흐름 fn 정의, 표현식과 구문의 차이, if와 반복문(loop/while/for)으로 흐름을 설계하는 방법을 다룹니다.[C Series 4] Calculate and Compare with Operators and Type Conversion Learn C arithmetic and comparison operators plus implicit and explicit conversions so you can explain every result you compute.

© 2026 mathbong. All rights reserved.

RSS