InterviewSolution
Saved Bookmarks
| 1. |
Which of the classes provide the operation of reading from and writing to the console in C#.NET?(a) System.Array(b) System.Output(c) System.ReadLine(d) System.ConsoleThis question was addressed to me by my school teacher while I was bunking the class.The doubt is from Introduction of Console I/O Operations topic in portion Console I/O Operations and Stream Classes of C# |
|
Answer» The correct option is (d) System.Console |
|