Which Method Of Character Stream Class Returns The Numbers Of #593
Which method of character stream class returns the numbers of characters successfully read starting at count?
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 character stream class returns the numbers of characters successfully read starting at count?
int Read()
int Read(char[] buffer, int index, int count)
int ReadBlock(char[ ] buffer, int index, int count)
none of the mentioned