Tagged Questions
8
votes
7answers
638 views
How does a program look in memory?
How is a program (e.g. C or C++) arranged in computer memory? I kind of know a little about segments, variables etc, but basically I have no solid understanding of the entire structure.
Since the ...