Vidyalelo
C++ Programming · Q56

File Handling in C++

Programming · C++ Programming · question 56

Q56

Which of the following is the default mode of the opening using the fstream class?

A.
ios::in
B.
ios::out
C.
ios::in|ios::out
Answer
D.
ios::trunc

Answer: Option C

Solution

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