C# MCQ Set 1 1. Which of these methods of class String is used to separate a substring from a String object? a) substring() b) Substring() c) SubString() d) None of the mentioned AnswerAnswer: b [Reason:] None. 2. What will be the output for the given set of code? static void Main(string[] args) { String…