C programming examples for the 2020–2021 academic year.
| Topic | Source code |
|---|---|
| Output, variables, and scope | bonjour.c, variable.c, global.c, local.c |
| Input and strings | scanf.c, fgetsmessage.c, strlen.c, strcpystrcat.c |
| Operators and conditions | plusplus.c, plusegal.c, switch.c |
| Loops | for.c, while.c, dowhile.c |
| Arrays and matrices | tableau.c, tableaudeuxindices.c, matrixreference.c |
| Pointers and functions | pointeur.c, dereference.c, funcptr.c, echange.c |
| Dynamic memory allocation | malloc.c, calloc.c, matrixreferencedynamique.c |
| Enumerations and type aliases | enum1.c, enum2.c, typedef.c |
| Command line arguments | lignedecommande.c, nomlignedecommande.c |
| File and directory operations | openread.c, openwrite.c, openappend.c, readdir.c |