Scope and Storage Class
Identifiers have scope, objects have a storage class, and variables have both. In this chapter, we discuss the difference between declarations and definitions, and how to determine the scope of identifiers and the storage class of objects.
20.1 |
Declarations and Definitions |
464 |
20.2 |
Identifier Scope |
465 |
20.3 |
Storage Class |
470 |
20.4 |
Namespaces |
473 |