Which method of character stream class returns the numbers of characters successfully read starting at count? buffer, int index, int count) c) int ReadBlock(char buffer, int index, int count) d) none of the mentioned

Which method of character stream class returns the numbers of characters successfully read starting at count? buffer, int index, int count) c) int ReadBlock(char buffer, int index, int count) d) none of the mentioned Correct Answer int Read(char[

Attempts to read the count characters into buffer starting at buffer, returning the number of characters successfully read.

Related Questions