Multiple choice Which of the following functions give the current position of the file pointer? tellme() and giveme() tellp() and tellg() put() and get() seekp() and seekg() Reveal answer Fill a bubble to check yourself B Correct answer Explanation The current position of the file pointer is given by the tellp() and tellg() member functions of ostream and istream respectively.