Vidyalelo
C++ Programming · Q54

File Handling in C++

Programming · C++ Programming · question 54

Q54

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

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

Answer: Option B

Solution

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