storage classes
Posted
by ramyabanu
on Stack Overflow
See other posts from Stack Overflow
or by ramyabanu
Published on 2010-04-18T06:40:42Z
Indexed on
2010/04/18
6:43 UTC
Read the original article
Hit count: 155
c
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?
© Stack Overflow or respective owner