First page Back Continue Last page Graphics
Terms
SCOPE
- Defines the “visibility” of a variable.
LINKAGE
- Describes how a name can be shared.
- A name with external linkage can be shared across files.
- A name with internal linkage can be shared within a single file.