class Program { static void Main(string[] args) { int i = sizeof(int); Console.WriteLine(i); Console.ReadLine(); } }