Multiple choice The ____________ file mode is used in C++ to write all the data at the end of the file. ios::in ios::out ios::trunc ios::ate ios::binary Reveal answer Fill a bubble to check yourself D Correct answer Explanation This file mode is used in C++ to write all the data at the end of the file.