Dynamic Memory Allocation in C.
Before jumping to Dynamic memory allocation we need to know about how the memory is used by a program in C.
There are 4 memory segments :-
Stack - it is a region of limited amount of memory that is temporary allocated to a program by the processor a...
ajaydey.hashnode.dev3 min read