ios::ate is used for

Options
- Set the initial position at the end of the file.
- Set the initial position at the start of the file.
- Set the last position at the end of the file.
- Set the last position at the start of the file.


CORRECT ANSWER : Set the initial position at the end of the file.

Discussion Board
C++ - ios::ate

ios::ate is used to set the initial position at the end of the file. It sets the stream's position indicator to the end of the stream on opening.

Prajakta Pandit 01-25-2017 01:37 AM

answer for the satisfaction of audience :

set the initial position at the end of the file.:)

usman bashir 06-8-2015 02:02 PM

CPP

yeah thats correct :p

Bugs bUnny 12-31-2014 03:11 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement