I want to read the position of a word from file1 with position of an occurrence from file2. and put both data in linked list. But I cannot read multiple file in same time.
example:
File1 File2
quality -------> 1
computer -------> 5
human -------> 2
Could someone tell me why I can't read 2 file in the same time?