Static Variables with Static Storage Class in c





This is the video tutorial made by the Learning Lad explains the static storage class in c. You will learn one of the storage classes available in c classed static storage in detail along with what is staticstorage class, how to define a variable with static storage class, where the variable with static storage class will be stored, for which variables we have to use static storage class etc in detail with an example.
you will also learn how to preserve the values of variables between the function calls in detail with an example.