What is get pointer and put pointer
Answers
Answered by
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