Which of the following is not used to seek file pointer?
A. ios::set
B. ios::end
C. ios::cur
D. ios::beg
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