jscourses

C programming 2025

C programming examples for the 2025–2026 academic year.

Topics and examples

Topic Source code
Output, variables, and characters bonjour.c, bonjour_variable.c, bonjour_char_variable.c
Program entry point bonjour_sans_main.c
Input and strings annee_fgets.c, message.c
Arrays and character arrays tableau.c, tableau2D.c, char_tableau.c
Data type sizes and limits sizeof.c, limits.c
Addresses and pointers adresse.c, cptr.c, vptr.c, vptrlongint.c
Pointers to pointers cptrcptr.c
Command line arguments lignedecommande.c
Functions, headers, and multiple source files main.c, operateur.h, operateur_dupont.c, operateur_pierre.c

Source code

Browse all source files, including the Python comparison examples bonjour.py and bonjour_variable.py.

Back to C programming