U4 - 1 - Storage Class
U4 - 1 - Storage Class
Topics to be Covered:
Storage class
Structure
Features of structures
Declaration and initialization of structures
Array of structures
Pointer to structure
Structure and functions
Typedef
bit fields
enumerated data types
Union.
Output:
Output:
Output:
Output:
Garbage Value
Output:
Output:
Output:
Static Variable is having local as well as Auto Variable is having block or local
file scope. scope.
Output:
Output:
extFile2.c
static RAM Zero Local Till the end of the main program,
Retains value between multiple
functions call