Why are you opening the file in binary mode instead of text mode and why are you using fread() instead of fgets()? The description of your file sounds like a text file. How did you write this file?...