fwrite cannot wite data into file if data size is very smallThanks jsmith! Its working now. fflush(fp) doing this job well. Even for one single byte data file ...
fwrite cannot wite data into file if data size is very smallNow I notes that fwrite write data into the file in block of 4098 bytes. That mean multiple of 4KB. ...
fwrite cannot wite data into file if data size is very smallya, buffer shows proper data. I tried for one single "Hello" word i.e. I send this word from server...
fwrite cannot wite data into file if data size is very smallWhat's wrong with my following c code? I cant find the problem, Help me! I am trying to write data ...