write the purpose of tellp() function
Answers
Answered by
0
Answer:
The tellp() function is used with output streams, and returns the current “put” position of the pointer in the stream. It has no parameters and return a value of the member type pos_type, which is an integer data type representing the current position of the put stream pointer.
Similar questions