Multiple choice Which of the following files modes is used to open a file for reading only? ios::app ios::out ios::nocreate ios::in Reveal answer Fill a bubble to check yourself D Correct answer Explanation This mode is used to open a file for reading only. The input pointer is automatically set at the beginning.