Storage Classes
A variable's storage class determines when the cell is allocated and how long the cell remains in existence. The storage class of a variable or a function influences its visibility - that is, where in a program the variable or function can be referenced.
The commonly used storage classes are: