How do I tell in a better way how many records there are in a binary file before I open up the file and read the records into an array for ...
Here when I get file size using stat() it gives different output, why does it behave like this? When "huffman.txt" contains a simple string like "Hi how are you" it gives file_size ...
stat()
file_size ...