Dynamic Memory Allocation
Dynamic Memory Allocation is defined as a process where the size of a data structure can be modified during the run time. There are certain predefined functions which can implement the above condition.There are 4 library functions provided by C all of which are defined under <stdlib.h> header file to facilitate dynamic memory allocation in […]