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) Methods |
|
Answer» Correct option is (a) streams The best explanation: Streams are used for input and output operations in any programming language. |
|