Name The Method Which Returns Integer As 1 When The End Of File #574
Name the method which returns integer as -1 when the end of file is encountered.
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 - Introduction of Stream Classes - Quiz No.1.
Name the method which returns integer as -1 when the end of file is encountered.
int read()
int ReadByte()
void readbyte()
none of the mentioned