The Method Used To Write A Single Byte To An Output Stream #571
The method used to write a single byte to an output stream?
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.
The method used to write a single byte to an output stream?
void WriteByte(byte value)
int Write(byte[] buffer ,int offset ,int count)
write()
none of the mentioned