Hi

I am processing soem text files in C using dyanmic memory allocation where I need to compare 2 files with 100000 records.
the code is

FILE *f;
char s[10],s1[10];
char...