Where are static variables stored?

Aug 8, 2010 at 5:21am
As such are they stored in the Stack(probably not)..
The heap ?
or some other Storage area?
Also is there any other storage area in C where data can be stored ?
Aug 8, 2010 at 7:49am
closed account (EzwRko23)
They are stored where the global variables are stored - in the data segment of the application.
Topic archived. No new replies allowed.