It is not possible to combine two or more file opening mode in open () method
Q. C++: It is not possible to combine two or more file opening mode in open () method.- Published on 24 Jun 15a. True
b. False
ANSWER: False
We can combine two or more than two file opening modes by ORing them.