Multiple Choice
A ____ array is a one-dimensional array in which each element is another one-dimensional array and each array can be a different length.
A) rectangular
B) matrix
C) jagged
D) table
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Under what circumstances does the BinarySearch() method
Q19: When you instantiate an array, you can
Q26: The list of values provided for an
Q28: A(n) _ is an integer contained within
Q29: The _ operator is used to create
Q30: The _ method arranges array items in
Q32: In an array that has many possible
Q34: In C#, an array subscript must be
Q36: An array subscript can be an expression,
Q39: Describe the main characteristics of two-dimensional arrays.How