jscourses

C programming 2026

C programming examples for the 2026–2027 academic year.

Topics and examples

Topic Source code
Output, variables, and compiler warnings bonjour.c, bonjour_annee.c, bonjour_avertissement.c
Data type sizes sizeof.c
Loops and variable scope boucle_for.c, boucle_for_variable_commune.c, boucles.c, boucles_infinies.c
Arrays and memory layout tableau.c, tableau_memoire.c
Structures and unions struct_eleve.c, struct_union.c, struct_union_gps.c
Strings chaine_caracteres.c
Addresses and dynamic memory allocation adresses.c, memoire.c
Command line arguments ligne_commande.c, ligne_commande_somme.c
Functions, headers, and multiple source files main.c, operateurs.h, operateurs.c, operateursv2.c

Source code

Browse all source files.

Back to C programming