What is the correct way to close a file?
c) file.close(fhand)
file.close(fhand)
d) fhand.closefile()
fhand.closefile()
b) close(fhand)
close(fhand)
a) fhand.close()
fhand.close()