Variables in C
A variable is a named container that occupies a memory location to store a value. That value can be read and changed during program execution.Declaration and Initialization
Declaration — reserves memory for the variable:Naming Conventions
Variable Classification by Data Type
Variable Classification by Scope
Format Specifiers
Used withprintf() and scanf() to read/print specific types: