InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods are used to read single character from the console?(a) get()(b) getline()(c) read()(d) readLine()The question was posed to me by my school teacher while I was bunking the class.My question comes from Reading Console Input Operations topic in section Console I/O Operations and Stream Classes of C# |
|
Answer» RIGHT answer is (C) READ() EASY explanation - NONE. |
|