What happens if I do not close a file after writing to it?
Let us assume we got an too many open files
error and due to that the program crashes.
Does the OS handle that for me? And if this damages the not-closed files, how do I notice that they are damaged?