jscourses

C programming 2021

C programming examples for the 2021–2022 academic year.

Topics and examples

Topic Source code
Output, variables, and type limits bonjour.c, intvariable.c, floatvariable.c, limits.c
Input and strings scanf.c, sscanf.c, string.c, atoi.c
Operators and number notation relationnel.c, decalage.c, hexadecimale.c, octal.c
Conditions and loops if.c, switch.c, for.c, whiledowhile.c
Arrays itab.c, itab2d.c, itabinit.c
Pointers and memory allocation varptr.c, voidptr.c, malloc.c, calloc.c
Enumerations and structures enum.c, structure.c, structure2.c
Preprocessing and multiple source files preproc.c, main.c, operateur.c, operateur.h
Command line arguments lignedecommande.c
File input and output read.c, write.c

Source code

Browse all source files.

Back to C programming