50.
Which one of the following code samples is shorthand for declaring and populating an integer jagged array?
View Description
A jagged array is an array whose elements are arrays. The elements of a jagged array can be of different dimensions and sizes. A jagged array is sometimes called an "array of arrays."