Home C-plus-plus C++ If we have object from ofstream class, then default mode of opening the file is _____ . a. ios::inb. ios::outc. ios::in|ios::truncd. ios::out|ios::trunkANSWER: ios::out|ios::trunk
Post a Comment