C Programming: Understanding Dynamic Memory Allocation
overview
As a structured language, C follows certain prescribed rules for programming. One such rule pertains to altering the size of an array, which is a group of elements that are stored in adjacent memory locations.
what is dynamic memory allocati...
techwithabhinav.hashnode.dev3 min read