133k views
3 votes
Which of the following is true for creating a new file?

a. ifstream objects do not create a new file.
b. create a file with the same name as an existing file, you will be prompted to rename your new file.
c. files cannot be created using the fstream library
d. None

1 Answer

1 vote

Answer:

create a file with the same name as an existing file ,you will be prompted to rename your new file

User Rahmat Fathoni
by
7.4k points