Extern storage class
- For using the external global variable from other files extern keyword is used.
- any file can access this global variable and lifetime over entire program run.
Comments