
Heap vs Stack. How computer save stuff into their memories?
Heap: are the type of memory that requires an allocator, usually system operation have this allocator to allocate size depends on how big the value will be stored Stack: type of memory that always works without OS, it built-in to the CPU hardware.