file - fopen without fclose in C -


If I open a file using fopen some n numbers What will happen

"post-text" itemprop = "Text">

If you continue to fopen without fclose , eventually your future call will be unsuccessful. There is a limited number of file descriptors available for your program.


Comments