What is memory allocation in data structure?


Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
All QuestionsCategory: Data StructureWhat is memory allocation in data structure?
chetan shidling asked 6 years ago

I need short information.

1 Answers
Chetan Shidling answered 6 years ago

The process of allocating memory to the variables during the execution of the program or at run time is known as dynamic memory allocation. C language has four library routines that allow this function.