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
a) int ReadByte()
b) int Read(byte[] buffer, int offset, int count)
c) Void WriteByte(byte value)
d) None of the mentioned
b) int Read(byte[] buffer, int offset, int count)
c) Void WriteByte(byte value)
d) None of the mentioned