What does os.close(f) do?
(a) terminate the process f
(b) terminate the process f if f is not responding
(c) close the file descriptor f
(d) return an integer telling how close the file pointer is to the end of file
The question was asked during an interview.
My enquiry is from Operating System topic in portion Mapping Functions and Modules of Python