InterviewSolution
Saved Bookmarks
| 1. |
What is the output returned by Console if ReadLine() stores I/O error?(a) 1(b) 0(c) False(d) I/O EXCEPTION ERRORI have been asked this question in homework.My question is from Reading Console Input Operations topic in section Console I/O Operations and Stream Classes of C# |
|
Answer» The CORRECT ANSWER is (d) I/O EXCEPTION ERROR |
|