Dynamic memory allocation in C, a brief introduction
In this article, I shall not discuss the all the storage duration, only discuss the dynamic memory allocation and the library function that is used to allocate memory at runtime. There are also some advantage and disadvantage of dynamic memory allocation, so I shall also try to focus on this points. According to C standard, […]
Dynamic memory allocation in C, a brief introduction Read More »