using System;
public class Program
{
public static void Main()
int i = sizeof(char);
Console.WriteLine("sizeof(char) in c# is " + i + " byte!");
}