InterviewSolution
Saved Bookmarks
| 1. |
Name the method/methods used to read byte streams from the file?(a) ReadByte()(b) Read(c) Readkey()(d) None of the mentionedThe question was asked by my college professor while I was bunking the class.Question is from Reading Console Input Operations in section Console I/O Operations and Stream Classes of C# |
|
Answer» The CORRECT ANSWER is (a) ReadByte() |
|