Storage Classes in C
Till now we have declared the variables in its simplest form. Declaration of variables contains two parts. Data type of the variable Storage of the variable Till now we are just declaring the data type of the variable. Does it mean there is no storage class of variables which we have declared till now? Well …