What is free() in memory allocation? All Questions › Category: Data Structure › What is free() in memory allocation? 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 free() function is used to de-allocate memory dynamically. It helps to reduce wastage of memory by freeing it.