Home » C# Programming » Strings

Which of the following will be the correct output for the C#.NET code snippet given below? String s1="Kicit"; Console.Write(s1.IndexOf('c') + " "); Console.Write(s1.Length);

← Previous

Discussion & Comments

No comments yet. Be the first to comment!