Question: C program problem, can someone help me please? We will implement a word search game for this problem. The file DataFile.txt contains a word search
C program problem, can someone help me please?






We will implement a word search game for this problem. The file DataFile.txt contains a word search puzzle that is size 201 x 100 (201 lines and each line has 100 characters all characters are uppercase. This puzzle is made simple in that all words are hidden horizontally, and in forward order (i no words are written backwards, nor vertically nor diagonally) Although the words are all hidden in forward order, they may occur multiple times on any given line (see sample code execution) Since there are no lowercase characters in the puzzle, you should not worry about converting lowercase to uppercase or vice versa A sample portion of the puzzle is which is difficult enough to search a it is The words that are hidden in the puzzle are: PROGRAMMING, FPRINTF, FSCANF, DOUBLE MAIN, DOWHILE, FGETS, INT, IF, WHILE, ENGINEERING, RETURN, CHAR, FCLOSE ELECTRICAL, ECE, VOID, FLOAT, FOR
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
