jscourses

Algorithms 2021

Algorithms course examples in C for the 2021–2022 academic year.

Topics and examples

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

Source code

Browse all source files.

Back to Algorithms