C# Jagged Arrays
Jagged Arrays are also known as “array of arrays” that is because the elements are arrays themselves. Their dimensions and sizes may be different. Declaration of jagged array in C#. Jagged array can be declared and created in a following …