In this post, I will tell you how to write dynamic memory allocation in C. I am going to cover calloc, malloc, realloc and free. Intro of Dynamic allocation Dynamic allocation is the process by which memory is allocated as needed during runtime. Ther...
raihan28.hashnode.dev3 min read
No responses yet.