// MODULE 13

Debugging & Undefined Behavior

GDB basics, sanitizers (ASan, UBSan), common UB categories, sequence points, and strict aliasing.

Debugging & Undefined Behavior

Topics Covered


Content coming soon. This module will cover debugging techniques and the concept of undefined behavior — the most important thing separating C beginners from competent C programmers. Understanding UB is essential for writing correct, portable code.