A guide to Memory Organisation and Storage Classes in C
Memory Organisation
When a C program is executed, it is loaded into the memory of the computer. This loaded program is called a process. The memory allocated to a process is called its process address space or memory layout.
The memory layout of a C ...
visheshraghuvanshi.tech9 min read