Variables and Assignment

Back to Key Concepts

Variables are named memory locations that hold values. Assignment is the operation that stores a value in a variable, forming the basis of all state manipulation in imperative programming.

programming-paradigms imperative variables