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 basics of C programming, focusing on arrays and functions. Topics covered include 1D and 2D arrays, row-major representation, string operations, dynamic memory allocation, and reading files. The lecture also explains passing arrays to functions, returning arrays from functions, and the use of pointers. Examples and code snippets are provided to illustrate the concepts discussed.