Computer Science, asked by nehasingh3791, 1 year ago

What is get pointer and put pointer

Answers

Answered by Anonymous
0
ifstream, like istream, has a pointerknown as the get pointer that points to the element to be read in the next input operation. ofstream, like ostream, has a pointer known as the put pointer that points to the location where the next element has to be written.
Similar questions