You are here

Definitions

5 February, 2015 - 11:20

Definition 7.2: global scope

Data storage defined outside of a function.

Definition 7.3: local scope

Data storage defined inside of a function.

Definition 7.4: data area

A part of an object code file used for storage of data.

Definition 7.5: stack

A part of the computer's memory used for storage of data.

Definition 7.6: scope

The area of a source code file where an identifier name is recognized.