Multiple choice Which of the following is not a file mode parameter used with open() function? ios::app ios::trunc ios::cur ios::ate none of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation ios::cur. This parameter is used with seekg() or seekp() function which defines current position of the pointer.