Get premium membership and access questions with answers, video lessons as well as revision papers.

Show the statement that sets the put pointer to the 234th byte in a file linked to a stream called 'out'

      

Show the statement that sets the put pointer to the 234th byte in a file linked to a stream called 'out'

  

Answers


Davis
The statement is;
out.seekp(234, ios::beg);
Githiari answered the question on February 5, 2018 at 09:15


Next: What function positions the get pointer and put program pointers?
Previous: What functions report status information about the C++ I/O system?

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions