Vidyalelo
C++ Programming · Q15

File Handling in C++

Programming · C++ Programming · question 15

Q15

How do you create a new file in C++?

A.
newFile()
B.
createFile()
Answer
C.
file.create()
D.
ofstream file()

Answer: Option B

Solution

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