1.

The number of input methods defined by the stream method Console.In in C#.NET is?(a) 4(b) 3(c) 2(d) 1This question was posed to me in an online quiz.Enquiry is from Introduction of Console I/O Operations in section Console I/O Operations and Stream Classes of C#

Answer»

Right ANSWER is (B) 3

For explanation: Two basic methods : read() and READLINE() and third method readkey() introduced in .NET FRAMEWORK 2.0.



Discussion

No Comment Found

Related InterviewSolutions