int plop = 0;char chaine[25] = "";FILE *in = NULL;
float chiffre1, chiffre2; printf("Enter the first number : "); scanf("%lf", &chiffre1); printf("\nEnter the second number : "); scanf("%lf", &chiffre2); float resultat = chiffre1 + chiffre2; printf("\nResult of %lf + %lf is = %lf", chiffre1, chiffre2, resultat); break;
FILE* f1, f2;
FILE *f1, f2;
#define Fichier FILE*Fichier a,b;