Develop a c programm that reads a text file (input1.txt) containing a list of sentences and, for each sentence, it identifies how many times that sentence is listed in a second file (input2.txt). To solve it must Read a list of sentences (1 sentence for each line), from a file provided as input (input1.txt). For example, this is how theinput1.txtinput file looks like
Spain
Republic of Ireland
United Kingdom
Ukraine
Russia
United States of America
China
Taiwan
Australia
Hong Kong
italy
To store these sentences correctly, your program will need to be placed in a 2-dimensional array of characters
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here