file in C | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

file in C

what happen if I open a file and forget to close it? fopen(fp,ā€rā€); but I don't write fclose(fp);

1st Jun 2019, 4:25 PM
SSyahrir
SSyahrir - avatar
1 Resposta
0
Umm, not familiar with C, but in higher level languages, I think a read-mode file either just sits in the RAM uselessly until the program terminates, or the garbage collector gets it when it sees it isnā€™t going to be used again.
13th Apr 2024, 4:34 PM
Wilbur Jaywright
Wilbur Jaywright - avatar