Which of the following will be the correct output for the C#.NET code snippet givenbelow? String s1 = "ALL MEN ARE CREATED EQUAL"; String s2; s2 = s1.Substring(12, 3); Console.WriteLine(s2);
1.ARE
2.CRE
3.CR
4.REA
Answer:2
Posted Date:-2022-06-29 03:41:35