Which Method Of The Character Stream Class Returns The Numbers #592
Which method of the character stream class returns the numbers of characters successfully read starting at index?
This multiple choice question (MCQ) is related to the book/course
gs gs108 CSharp.
It can also be found in
gs gs108 Console I/O Operations and Stream Classes - Character Stream - Quiz No.1.
Which method of the character stream class returns the numbers of characters successfully read starting at index?
int Read()
int Read(char[] buffer, int index, int count)
int ReadBlock(char[ ] buffer, int index, int count)
none of the mentioned