
Available under Creative Commons-ShareAlike 4.0 International License.
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.
- 瀏覽次數:1706