Scope: the range of instructions in which the variable is visible
- Local variables are those declared in the block of the program that is executed.
- Global variables are those that are visible but not local.
Scope: the range of instructions in which the variable is visible