Ok, they taught you this, but it was confusing! This covers
Stacks!
* Stack (as in data structure)
* Stack Allocation (as in memory allocation)
* Stack Frame/Call Stack
* Recursion and Stack Overflow
00:00 Introduction
01:00 Syllabus
05:00 Stack as Data Structure
10:00 Allocation on Heap
14:00 Memory Snapshot
22:00 Stack Frame/Call Stack
28:00 Recursion and Stack Overflow
33:00 Avoiding a Stack Overflow
35:00 Conclusion