Dynamic Memory Allocation In C
Memory Allocation is the portion of memory reserved by the computer for use in a computer program. Variables declared are stored in the static memory during compile time which is allocated by the computer- Stack. Dynamic Memory is allocated during ru...
techwhiz.hashnode.dev4 min read