Skip to content

Working with dynamic memory

Rafiul Islam edited this page Oct 31, 2018 · 2 revisions

Dynamic memory allocation functionality defined at stdlib.h

What is dynamic memory allocation?

Memory can be allocated to store data in two way static way and dynamic way

Clone this wiki locally