Write a C program that asks the user for a filename ending in “.txt”. The program should read this file
and then ask the user to input a
search string. The program should tell the user whether the search
string was found or not.
Implement this so that only exact matches are counted. That is, each character in the search string must
be exactly matched in the file
for the program to return success
Comments
Leave a comment