storage classes
- by ramyabanu
what is the difference between a variable declared as an auto and static?
what is the difference in allocation of memory in auto and static variable?
why do we use static with array of pointers and what is its significance?