//*********************************************************** //func seekg(): read num character from beg(currency oer end) //istream &seekg(off_type offset, seekdir begins); //*********************************************************** #include #include using namespace std; //----------------------------------------------------------- int showFileContent(){ char ch; ifstream testl("testchar",ios::in|ios::binary); if(!testl){ cout<<"Error opening file in testl\n"; return 1; } while(!testl.eof()){ testl.get(ch); cout<>pos; pos=pos-1; test.seekg(pos,ios::beg); while(!test.eof()){ test.get(word); cout<