Q51
Which among the following attempts to read up to count bytes into buffer starting at buffer[offset], returning the number of bytes successfully read?
A.
int ReadByte()
B.
int Read(byte[] buffer, int offset, int count)
AnswerC.
Void WriteByte(byte value)
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board