What are the types of dynamic memory allocation?

Dynamic Memory Allocation is a process in which we allocate or deallocate a block of memory during the run-time of a program. There are four functions malloc(), calloc(), realloc() and free() present in <stdlib.

Sizin İçin Seçtik  How do you write a malloc function?

Leave a Reply

Your email address will not be published. Required fields are marked *