Which Method Among The Following Returns The Integer If No #594
Which method among the following returns the integer if no character is available?
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 among the following returns the integer if no character is available?
int peek()
int read()
string ReadLine()
none of the mentioned