pshashipreetham/File-Transfer-Using-TCP-Socket-in-C-Socket-Programming

Not closing files

Msa360 opened this issue · 0 comments

I saw that your program doesn't call fclose() on the opened files. Is this done on purpose or is it an error? If it is on purpose, why wouldn't you close the file?