Entrainements + fin TP structures
This commit is contained in:
18
DEV1.1/TP21/test.c
Normal file
18
DEV1.1/TP21/test.c
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user