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
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
b) int Read(char[] buffer, int index, int count)
c) int ReadBlock(char[ ] buffer, int index, int count)
d) none of the mentioned