TOC
|
Prev
|
Next
Local or automatic variables
Automatic variables:
Declared within a scope.
Are not visible outside that scope.
Storage is on the stack.
Have no defined default value
Usually called "local" variables.
TOC
|
Prev
|
Next