용어 사전 coding 용어 페이지 식 값으로 계산될 수 있는 코드 조각 (`a + b` expression #coding#c#rust English version 다른 이름 표현식Expressionexpression 관련 개념 산술 연산자비교 연산자형 변환캐스팅문반복문 핵심 아이디어 식는 값으로 계산될 수 있는 코드 조각 (a + b, score >= 80 등). 이 개념은 산술 연산자, 비교 연산자, 형 변환 같은 주변 용어와 함께 쓰일 때 의미가 더 분명해집니다. 이 블로그에서의 역할 Mathbong에서는 c 주제 글에서 이 용어를 반복적으로 참조합니다. 이 개념을 다루는 글 더 보기 1+ [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.