Dynamic Memory Allocation in C
In this article, I will explain how to dynamically allocate memory in C.
malloc()
This function allows us to dynamically allocate memory.
This function comes from the standard library.
You specify the number of bytes of memory you want to alloca...
kraljict.hashnode.dev4 min read