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
AnswerD.
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