This project is meant to accompany the medium article I've published on Storage Classes ain the C programming language available here (it's free):
https://medium.com/@norbulak/c-storage-classes-f589adeba160
As you already know if you read my article, there are four different storage classes.
In order to run the different demonstrations (one for each storage class) you need to change the MACRO DEMONSTRATION to one of the following
AUTO
STATIC
REGISTER
EXTERN
Thanks for your support.