Which of the given stream methods provide access to the input console in C#.NET?
(a) Console.Out
(b) Console.Error
(c) Console.In
(d) All of the mentioned
I got this question in a national level competition.
My question comes from Introduction of Console I/O Operations topic in portion Console I/O Operations and Stream Classes of C#