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 introduces the concept of pointers in programming, which are variables that store the memory address of another object. The instructor explains how pointers work using an analogy with a contact book page, detailing how to declare, assign, allocate, free, copy, and nullify pointers.