Consider the following C++ code:
textfile.open(sample.dat, ios::in);
Where is the get pointer placed after the execution of the above code?
Reveal answer
Fill a bubble to check yourself
Consider the following C++ code:
textfile.open(sample.dat, ios::in);
Where is the get pointer placed after the execution of the above code?