Algorithms course examples in C for the 2021–2022 academic year.
| Topic | Source code |
|---|---|
| Output and variables | bonjour.c, variable.c |
| Pointers and dereferencing | pointeur.c, ipointeur.c, vpointeur.c |
| Two-dimensional arrays and strings | tabelau.c, string.c |
| Functions, headers, and multiple source files | main.c, operateur.c, operateur.h |