// MODULE 02

Types & Operators

Integer and floating-point types, sizeof, type conversions, arithmetic and logical operators, precedence.

Types & Operators

Topics Covered


Content coming soon. This module will cover C's type system, the integer promotion and conversion rules that trip up beginners, and how operator precedence affects expression evaluation.