C# MCQ Set 1 1. Select the objects of the class TextWriter which is/are not used to perform the write operations to the console? a) Write() b) WriteLine() c) WriteError() d) All of the mentioned AnswerAnswer: c [Reason:] TextWriter is a class with objects as write() and writeline(). 2. What will be the output of…