
Memory Layout of C Program
A typical memory representation of C program consists of following sections. Text segment Initialized data segment Uninitialized data segment Stack Heap A typical memory layout of a running process. Text […]
A typical memory representation of C program consists of following sections. Text segment Initialized data segment Uninitialized data segment Stack Heap A typical memory layout of a running process. Text […]