In this video I have explained about Memory layout of C programs
Types of memory segments
Text segment (i.e. instructions)
Initialized data segment
Uninitialized data segment (bss)
Heap
Stack
Explained with live code examples
Master C Programming with examples