Dynamic Memory Allocation in C
Dynamic memory allocation is a concept in C that allows us to dynamically allocate memory at runtime. Dynamically allocated memory usually comes from the pool of memory called Heap. Up to this point, we’ve been working on memory from the stack, which...
aythedataguy.hashnode.dev5 min read