tellg(),seekg()andseekp()functions are used to set/get the position of get and put pointers in a file while reading and writing. Syntaxes // tellg() streampos tellg(); // seekg() istream& seekg (streampos pos); istream& seekg (streamoff off, ios_base::seekdir way); // seekp()...