aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • File Handling (NCO)
  • Which of the following functions in data file handling mo...
Multiple choice

Which of the following functions in data file handling moves the file put pointer to a location specified by its arguments?

  1. seekg()

  2. tellg()

  3. tellp()

  4. seekp()

  5. return()

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

This function in data file handling moves the file put pointer to a location specified by its arguments.

Keep practicing — related questions

  • Which of the following functions give the current position of the file pointer?
  • Which of the following functions moves the get pointer to a specified location?
  • Which of the following functions is used to place the pointer at a particular position in a file?
  • Which of the following functions accepts file pointer as a parameter and resets the position of the file po...
  • Which of the following file control functions is used to move the file pointer to the desired position with...
  • What would be the output of the following C++ code? textfile.seekp(5, ios::beg);
  • Which of the following file control functions returns the current position of the file pointer on success a...
  • Which of the following methods in Random Access Files return the current location of the file pointer?
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Fundamentals (2381 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy