Concept Flow - Memory allocation and deallocation
Start Program
Request Memory Allocation
Memory Allocated
Use Allocated Memory
Request Memory Deallocation
Memory Freed
End Program
The program starts, requests memory from the system, uses it, then frees it before ending.