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

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

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

Related Questions