Select The Action Of The Method Long Seek #576
Select the action of the method long seek()?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Console I/O Operations and Stream Classes - Introduction of Stream Classes - Quiz No.1.
Select the action of the method long seek()?
Attempts to readup to count bytes into buffer starting at buffer[offset]
Writes a single byte to an output stream
Sets the current position in the stream to the specified offset from specified origin and hence returns the new position
None of the mentioned