Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the basics of memory allocation in C, including passing parameters by value and reference, dynamic arrays, multi-dimensional arrays, and strings. It also explains the functions malloc, free, and calloc, and the management of variable size arrays.