The close() system call in UNIX is used to close a file. What is the equivalent system call in Windows?
Group of answer choices
A. CloseHandle()
B. CloseFile()
C. Close()
D. Exit()