Contents


On-line Guides
All Guides
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
Book Store

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions

 

 

The GNU C Programming Tutorial - Storage classes

Node:Storage classes, Next:, 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.

 
 
  Published under free license. Design by Interspire