using System;
public class Program
{
public static void Main()
byte[] bytes = null;
if(bytes == null)
Console.WriteLine("byte array is null");
}