using fgets to read one line at a time Solutions Experts
I have a program that is intended to be a spell checker and I am trying to get it to read one line at time so that the output for the program is correct It does read the file properly and return the misspelled words however they are all on line 1 I need it to read into the paragraph and return the different lines and I have no idea how to do