Ver originalwhile (!feof(File1)) { fread (&c1, 1 , 1 ,File1); fread (&c2, 1 , 1 ,File2); if (c1 != c2) printf("El archivo es distinto"); }