Vidyalelo
Python · Q189

Module in Python

Programming · Python · question 189

Q189

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
Answer
D.
return an integer telling how close the file pointer is to the end of file

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board