In: Computer Science
file.seekp(100L, ios::beg);
file.seekp(-10L, ios::end);
file.seekg(-25L, ios::cur);
file.seekg(30L, ios::cur);
file.open("info.dat", ios::in | ios::out);
file.open("info.dat", ios::in | ios::app);
file.open("info.dat", ios::in | ios::out | ios::ate);
file.open("info.dat", ios::in | ios::out | ios::binary);
This is a very
big question.
I have solved all of them.
Please give me an upvote dear, Much
Appreciated.!!
PLEASE FIND THE ANSWER(S) and EXPLANATION BELOW.