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
No responses yet.