What do you mean by dynamic memory allocation?

: 561
Paper : C Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Procedural Programming Languages | Category : Programming FAQs

The memory is allocated during run time in the case of dynamic memory allocation. We can increase the size during the execution of the program. It occupies less memory as compared to static memory allocation.

Example: Linked list

Suggested Papers: