Storage Classes
Every C variable has a storage class and a scope. The storage class determines the part of memory where storage is allocated for an object and how long the storage allocation continues to exist. It also determines the scope which specifies the part o...
kaustubhk.hashnode.dev4 min read