Entrainements + fin TP structures

This commit is contained in:
Simoes Lukas
2024-12-02 14:12:49 +01:00
parent 161df92584
commit 6f3e79de9d
36 changed files with 1240 additions and 0 deletions

18
DEV1.1/TP21/test.c Normal file
View File

@@ -0,0 +1,18 @@
# include <stdio.h>
# include <stdlib.h>
int main(int argc, char** argv) {
FILE* fichier = NULL;
int score;
char caractere;
char sigle[3];
int resultat;
int i;
int j = 0;
int lu;
char liste_sigles[10][3];
int liste_resultats[10];
return EXIT_SUCCESS;
}