Question: help with code For this lab, you will use last week's program to start with. Copy it and rename it lab7.c. You will be adding

For this lab, you will use last week's program to start with. Copy it and rename it lab7.c. You will be adding more code to this program in future labs as well, so make sure you get this one working. In last week's program, you probably used (were supposed to have used) the following to read in the lines of text from the input file: (fgets (theText[i], MAX LINE_IEN, stdin) probably in a loop. And by doing that, you were able to redirect the input file to stdin when running the program by typing: ./a.out
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
