In this class, we will understand Dynamic Memory Allocation malloc in C.

We have already understood the concepts of the process while discussing the recursion.

Dynamic Memory Allocation malloc in C

Dynamic Memory Allocation is a procedure to allocate the memory at runtime.

Runtime means when the program is getting executed, then memory will get allocated.

So far, in our discussions, we have seen that the memory gets allocated at compile time.