Vidyalelo
C++ Programming · Q35

File Handling in C++

Programming · C++ Programming · question 35

Q35

Which of the following is used to close a file in C++?

A.
close()
B.
closeFile()
C.
fclose()
D.
file.close()
Answer

Answer: Option D

Solution

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