Multiple choice Which of the following is the invalid open mode of a file in C++? In out app ale Reveal answer Fill a bubble to check yourself D Correct answer Explanation The open mode in, out and ate are the valid modes for reading, writing and appending respectively. There is no any ale mode in C++.