diff --git a/.zk/notebook.db b/.zk/notebook.db index 13f7c42..528394e 100644 Binary files a/.zk/notebook.db and b/.zk/notebook.db differ diff --git a/zk/Stack_and_heap_memory.md b/zk/Stack_and_heap_memory.md index 1151d12..fb7b1c0 100644 --- a/zk/Stack_and_heap_memory.md +++ b/zk/Stack_and_heap_memory.md @@ -9,4 +9,9 @@ created: Tuesday, April 16, 2024 During runtime programs make use of two types of memory: stack and heap. +## Stack memory + +Similarly to the stack data structure works on hte basis of LIFO: the last item +put on the stack is the first item to be withdrawn. + ## Related notes