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, covering topics such as language families, implementation vs. language standard, C and Python comparison, syntax, data types, pointers, arrays, characters, and strings. It explains the structure of a C program, compilation with gcc, execution, and common workflows. The lecture also delves into the use of pointers in C, including passing arguments by reference, memory addresses, and pointer manipulation. Additionally, it covers numeric data types, compilation commands, and the importance of semicolons in C syntax.