aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C++ Programming and IT Fundamentals
  • Which of the following functions moves the get pointer to...
Multiple choice

Which of the following functions moves the get pointer to a specified location?

  1. Seekp()

  2. Tellg()

  3. Seekg()

  4. Tellp()

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Seekg() function allows the movement of get pointer to a specified location in the file.

Keep practicing — related questions

  • Which function in a stream sets the current get position?
  • Which of the following functions in data file handling moves the file put pointer to a location specified b...
  • Which of the following functions give the current position of the file pointer?
  • Which of the following functions is used to place the pointer at a particular position in a file?
  • Which of the following codes is used for relative position in get pointer and is used to place the file poi...
  • Which of the following methods in Random Access Files return the current location of the file pointer?
  • Which of the following functions accepts file pointer as a parameter and resets the position of the file po...
  • What would be the output of the following C++ code? textfile.seekp(5, ios::beg);
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy