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 32. Write a program to check whether a given word exists in a file or not. If yes then find the number of times it occurs. Sample Input and OutputStdin Inputs:Prgrm32.c wordSample Result:Input path: Prgrm32.cInput word to find: wordWord “word” occurs 8 times in the file. Previous Next