Which function is used in C++ to get the current position of file pointer in a file?
A. tell_p()
B. get_pos()
C. get_p()
D. tell_pos()
Answer: Option A
Related Questions on File Handling in C plus plus
Which header file is required for file handling in C++?
A. <iostream>
B. <fstream>
C. <file>
D. <filestream>
Join The Discussion