Vidyalelo
C# Programming · Q55

File Handling and Input Output in C Sharp

Programming · C# Programming · question 55

Q55

Select the method which returns the number of bytes from the array buffer:

A.
void WriteByte(byte value)
B.
int Write(byte[] buffer, int offset, int count)
Answer
C.
write()
D.
none of the mentioned

Answer: Option B

Solution

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