Hi,

I am new to C programming. I am trying to write an integer into a file using built-in fwrite function in C. After writing the integer into file it becomes unreadable(^@^@.. characters). Can...