Introduction to Storage Classes in c and Automatic Storage Class





This is the video tutorial made by the Learning Lad explains the role of storage classes in c. You will learn what is the storage class, what are the storage classes available in c, how to assign a storage class to a variable, what are the factores affected by the storage classes.
You will also learn one of the storage classes available in c classed automatic storage class also called  as auto storage class in detail along with what is automatic storage class, how to define automatic storage class, what is the default storage class, where the variable with automatic storage class will be stored, what will be the default initial value etc in detail with an example.