using System; public class XYZ { static byte[] x16={0,0,0,0,0,0}; public static void Main() { for(int i=0;i "+x16[i]); } } }