using System;
public class Program
{
public static void Main()
string strA = "Hi, Pirzada";
Console.WriteLine(strA.Length); // 11
}