Which of the following is the correct output for the C# code snippet? String s1 = "UpWork"; String s2; s2 = s1.Insert(4, "Project"); Console.WriteLine(s2);
Correct Answer: UpWorProjectk
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions