
How C Program Stored in Ram Memory!
Reading Time: 7 minutes When you run any C-program, its executable image loaded into RAM of computer in an organized manner which called process address space or memory layout of C program. Here I have tried to show you the same thing in two […]