Page 1 of 1

Which among the following attempts to read up to count bytes into buffer starting at buffer[offset], returning the numbe

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) int ReadByte()
b) int Read(byte[] buffer, int offset, int count)
c) Void WriteByte(byte value)
d) None of the mentioned