Tagged Questions
7
votes
10answers
9k views
Where are constant variables stored in C?
I wonder where constant variables are stored. In the same memory area as global variables? Or on the stack?