InterviewSolution
Saved Bookmarks
| 1. |
Which method in Console enables to read individual inputs directly from the keyboard in a non line buffered manner?(a) Read()(b) ReadKey()(c) ReadLine()(d) All of the mentionedThis question was posed to me in a national level competition.This intriguing question originated from Reading Console Input Operations in division Console I/O Operations and Stream Classes of C# |
|
Answer» The correct option is (b) ReadKey() |
|