InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not used to seek file pointer?(a) ios::set(b) ios::end(c) ios::cur(d) ios::begThis question was posed to me in class test.My enquiry is from File Handling in division Strings, Streams & Numerics in C++ of C++ |
|
Answer» Correct choice is (a) ios::SET |
|