Computer Science, asked by chowdhuryashish50, 10 months ago

what do u mean by seekg function in c++​

Answers

Answered by ankitpaul813
1

Answer:

Explanation:

Explanation:seekg() is a function in the iostream library that allows us to seek an arbitrary position in a file. It is mainly used to set the position of the next character to be extracted from the input stream from a given file in C++ file handling.

Please rate if u like and comment

Similar questions