C Program to search a word in a given file and display all its position
Write a program to find a word in a given file and display all it’s positions in C. Example, Input Text File Hello My name is John Smith John is a Good man. John is very Tall. Please stop talking John Go to principle office John Smith Word to Search John Output Line: 0 Column: …
C Program to search a word in a given file and display all its position Read More »