Correction : PrĂ©sentation du langage CCorrection Exercice 1fichier main.c #include <stdlib.h> #include <stdio.h> int main() { printf("Voici mon exercice 1!\n"); exit(0); } 13 September 2025Exercices : Présentation du langage CCours : Les variables et les types