Autosave: 2024-04-16 07:40:04

This commit is contained in:
thomasabishop 2024-04-16 07:40:04 +01:00
parent 64261c52d6
commit 7076ae6def
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View file

@ -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