165k views
1 vote
and classes provide member functions for re-positioning the file pointer (the byte number of the next byte in the file to be read or to be written.) these member functions are: group of answer choices seekp (seek put) for ifstream class seekg (seek get)for ofstream class seekg (seek get) for ifstream class seekp (seek put) for ofstream class functions like these do not work with and classes but work only with class cannot tell from the information given

1 Answer

1 vote

Answer:

error 09

Step-by-step explanation:

The information given does not provide sufficient details to determine which classes these member functions belong to. However, based on the provided descriptions, it appears that "seekp" (seek put) and "seekg" (seek get) are member functions that work with the ofstream class, while "seekg" (seek get) is a member function that works with the ifstream class. Without more context or specific class names, it is not possible to determine if these functions work with any other classes.

User Jack Johnson
by
8.3k points