Storage Class in C


Every variable and function in C programming has two properties: type and storage class. Type refers to the data type of variable whether it is character or integer or floating-point value etc.

There are 4 types of storage class:
1. Automatic
2. External
3. Static
4. Register

Download Full Document Here:


No comments:

Post a Comment