Which of the following statements are correct?1. It is not possible to combine two or more file opening mode in open() method.2. It is possible to combine two or more file opening mode in open() method.3. ios::in and ios::out are input and output file opening mode respectively."

🎲 Try a Random Question  |  Total Questions in Quiz: 50  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C++ Programming Practice Test: Inheritance — practice the complete quiz, review flashcards, or try a random question.


Which of the following statements are correct?<br>1. It is not possible to combine two or more file opening mode in open() method.<br>2. It is possible to combine two or more file opening mode in open() method.<br>3. ios::in and ios::out are input and output file opening mode respectively."