Home » C++ Programming » Files and Streams » Question
  1. Which function is used to position back from the end of file object?
    1. see
    2. seekg
    3. seekp
    4. both seekg & seekp
    5. None of these
Correct Option: B

The member function seekg is used to position back from the end of file object.



Your comments will be displayed only after manual approval.