In this presentation I talk about memory management in C programming language.
This presentation includes, memory layout of a C program,
Stack, Heap, Text, Initialized Data, Uninitialized Data sections
Stack overflow errors
Segmentation Faults.
Pointers in C
Related topics: