how do i use string chunk and hash table for comparing two files. i have a file1 which is a dictionary file and file2, whatever words are common in both have to be displayed
how do i compare the words in the file, do i have to read the characters using getc till i get a space and put them in an array and then compare it with the next file
how do i compare the words in the file, do i have to read the characters using getc till i get a space and put them in an array and then compare it with the next file
i need to compare two files, the first file is a kind of dictionary with all the words and the second file is having some data in it. i need to compare the words in file2 with that in file1 , if the word of file2 exists in file1 then i have to print the word, and the offset of the word in the...
I need to write a c program with a executable prj1, which may be invoked as:
prj1 DictFile File1...
which produces on standard output a index of the words in File1... .
DictFile should specify a file containing a list of the words to be indexed, a single word per line.
Specifically, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.