(NOT CLEAR)Question 22: Which of the following functions of the ifstream class can be used to determine the current position of

    A. void tellg(pos_type&)

    B. pos_type tellg()

    C. pos_type tellp()

    D. void tellp(pos_type&)

    E. void seekg(pos_type&)

你可能感兴趣的:(Class)