Node:Storage classes, Next:Questions for Chapter 5, Previous:The cast operator, Up:Variables and declarations
Storage classes
There are a few variable declaration keywords commonly used in C that do
not specify variable types, but a related concept called storage
classes. Two common examples of storage class specifiers are the
keywords extern
and static
.