Where is the practical use of all functions of memory management ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Where is the practical use of all functions of memory management ?

Like calloc , malloc , free . I could not understand . Please teach me with the help of simple program .

14th Apr 2022, 11:24 AM
Abhay mishra
Abhay mishra - avatar
2 Answers
14th Apr 2022, 11:26 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 1
This page lists all functions defined in <stdlib.h> (<cstdlib> for C++), each function details page has intro, and a little example. http://www.cplusplus.com/reference/cstdlib/
14th Apr 2022, 11:40 AM
Ipang