InterviewSolution
Saved Bookmarks
| 1. |
Which of these is used to read a string from the input stream?(a) get()(b) getLine()(c) read()(d) readLine() |
|
Answer» Right option is (c) read() To explain I would say: None. |
|