Vidyalelo
C# Programming · Q109

File Handling and Input Output in C Sharp

Programming · C# Programming · question 109

Q109

Select the action of the method long seek()?

A.
Attempts to readup to count bytes into buffer starting at buffer[offset]
B.
Writes a single byte to an output stream
C.
Sets the current position in the stream to the specified offset from specified origin and hence returns the new position
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board