public static void Main(string[]args)
string result=string.Concat(greet,name);
Console.WriteLine(result);
string r1="How are you?";
Console.WriteLine("1)The Length lof '{0} is {1}", str,
Console.WriteLine("2)The Length of '{0}' is {1}","xyz",
Console.WriteLine(str[5]);