write a program in c to mimic the 'diff' command(compare files line by line) on Linux. diff File1 File2 .....Filen Print the numbers of the lines which are different along with the file names.
Please fix the following input errors: