KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 31. Write a program to compare the contents of two files and determine whether they are the same or not. Sample Input and OutputStdin Inputs:Prgrm31.c Prgrm31.cSample Result:Input first file path: Prgrm31.cInput second file path: Prgrm31.cThe content of the files are the same. Previous Next