1.

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 mentionedThis 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#

Answer» RIGHT CHOICE is (a) void WriteByte(byte value)

The EXPLANATION is: Writes a SINGLE byte to an OUTPUT stream.


Discussion

No Comment Found

Related InterviewSolutions