Tech Interview Questions: Quick Revisions

What are Jagged Arrays ?

A jagged array is an array of arrays such that member arrays can be of different sizes. In other words, the length of each array index can differ.