Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Does C# support jagged arrays?

user-image
Question added by Zaid Rabab'a , Technical Team Lead , ESKADENIA Software
Date Posted: 2013/07/14
Deleted user
by Deleted user

Yes of course, string[][] arrays = new string[4][]; string[,] array = new string[4,6];

More Questions Like This