Home C-plus-plus C++ If we have object from fstream class, then what is the default mode of opening the file? a. ios::in|ios::outb. ios::in|ios::out|ios::truncc. ios::in|ios::truncd. Default mode depends on compilerANSWER: Default mode depends on compiler
Post a Comment