So the thing is...
I copyed content from a text file to a binary file.
Text file has 86 lines, one word in each line.
After copying the content from text file to binary file, i did check with hex editor if everything is OK inside that binary file, and everything is OK there.
But the problem is, if i try to count the lines inside that binary file, it counts till line 71 and stops. Also when i try to print all the words, it prints all of them till line 71. And i've no idea why. Heres my code.