InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used to perform all input & output operations in C#?(a) streams(b) Variables(c) classes(d) MethodsI had been asked this question in my homework.Query is from Character Stream topic in division Console I/O Operations and Stream Classes of C# |
|
Answer» CORRECT option is (a) streams The best explanation: Streams are used for INPUT and output operations in any PROGRAMMING language. |
|