What is memory allocation in data structure? All Questions › Category: Data Structure › What is memory allocation in data structure? 0 Vote Up Vote Down chetan shidling asked 4 years ago I need short information. 1 Answers 0 Vote Up Vote Down Chetan Shidling answered 4 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.