Which of the given stream methods provide access to the output console by default in C#.NET?
(a) Console.In
(b) Console.Out
(c) Console.Error
(d) All of the mentioned
This question was posed to me in unit test.
My question is taken from Introduction of Console I/O Operations in division Console I/O Operations and Stream Classes of C#