Select The Method Which Returns The Number Of Bytes From The #573
Select the method which returns the number of bytes from the array buffer:
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.
Select the method which returns the number of bytes from the array buffer:
void WriteByte(byte value)
int Write(byte[] buffer, int offset, int count)
write()
none of the mentioned