Page 1 of 1

Which method of the character stream class returns the numbers of characters successfully read starting at index?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) int Read()
b) int Read(char[] buffer, int index, int count)
c) int ReadBlock(char[ ] buffer, int index, int count)
d) none of the mentioned