Multi-File Projects and Storage Class Specifiers

Last modified by Microchip on 2025/08/26 05:27

A storage class defines the scope (visibility) and the lifetime of variables and/or functions within a C Program. These specifiers precede the type that they modify. The following are the storage classes that can be used in a C Program: