The method used to write a single byte to an output stream?
(a) void WriteByte(byte value)
(b) int Write(byte[] buffer ,int offset ,int count)
(c) write()
(d) none of the mentioned
This question was posed to me in an online quiz.
My question comes from Introduction of Stream Classes in section Console I/O Operations and Stream Classes of C#