Question Detail offset counted from the current position using ? ios::currios::crios::curios::current Answer: Option C Similar Questions : 1. Which stream class is to only read from files ? ofstreamifstreamfstreamiostream Answer: Option B 2. What is use of eof() ? Returns true if a file open for reading has reached the next character.Returns true if a file open for reading has reached the next word.Returns true if a file open for reading has reached the end.Returns true if a file open for reading has reached the middle. Answer: Option C 3. Which functions allow to change the location of the get and put positions ? sg() and sp()sekg() and sekp()gog() and gop()seekg() and seekp() Answer: Option D 4. Which stream class is to only write on files ? ofstreamifstreamfstreamiostream Answer: Option A 5. Which stream class is used to both read and write on files ? ofstreamifstreamfstreamiostream Answer: Option C Read more from - C++ File Handling Questions Answers