Tagged Questions

-1
votes
2answers
7k views

C-programming ftell fseek fread, read size of a file

I have a file. I read the size of file. Then I loop reading two bytes at a time until I get to the end of the file. After every read operation I increment the current position by 2, however the ...