Stack VS Heap
Yesterday I learned with @viniseneda
about the difference between arrays and pointers, between the memory stack
and heap, and about static and extern variables.
- https://stackoverflow.com/questions/29717970/do-i-need-to-free-char-array-of-fixed-length
- https://vivadifferences.com/difference-between-stack-and-heap-in-c /
- https://stackoverflow.com/questions/1286515/extern-and-static-pointers-in-c
Today I’m gonna code like mad!