Variables & Data TypesLast Updated: Aug 19, 2026
c programmingvariablesdata types
Variables and Data Types in C
A program is essentially a machine that takes input data, processes it, and produces output. But while the program is running, it needs somewhere to temporarily hold data — like a score in a game, or a user's age.
This is where variables come in.