Vidyalelo
C# Programming · Q93

File Handling and Input Output in C Sharp

Programming · C# Programming · question 93

Q93

The method used to write a single byte to an output stream?

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

Answer: Option A

Solution

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