Academic Program

Multi-File Projects

Multi-File Projects

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:

  • auto
  • register
  • static
  • extern