I am looking for a tutorial that describes the various memory segments of a C program, such as a code segment, a data segment, etc., and what type of information is stored in them (i.e. where global, static, automatic, etc. are stored variables and why?).
- Ravi
source
share