jscourses

C programming 2023

C programming examples for the 2023–2024 academic year.

Topics and examples

Topic Source code
Output and variables bonjour.c, bonjour_short.c, bonjour_variable.c, variables.c
Compiler warnings: unused variables bonjour_variable_av.c
Data type sizes and limits sizeof.c, limits.c
Octal and hexadecimal notation octale_hex.c
Matrices and character arrays matrix.c, message2D.c
Pointers and pointer operations pointeur.c, pointeur_operations.c, void_pointeur.c
Structures and type aliases structure.c, typedef.c

Source code

Browse all source files.

Back to C programming