Question: This program is to be completed on C. Please comment as much as possible so that I can follow along! Please make sure that the
This program is to be completed on C. Please comment as much as possible so that I can follow along! Please make sure that the output is the same as the output on the bottom of the second picture, thank you.


3 String Search Develop a C program that searches a file for a given string. Your program should . Ask the user to enter the file to be searched. . Ask the user to enter the target string. The string can be longer than one word, but no longer than a line. Locate the target string in the file. Your program should be able to identify the target string as a part of another string. You are not allowed to call the strstr function for this part, you have to implement your own. . Print the line number as well as the entire line for every match
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
