string[] strArray = new strArray[5];//strArray of 5 length.
string[,] strArray = new string[3][4];
Login to post response