Vidyalelo
Data Structure · Q38

Arrays in Data Structures

Programming · Data Structure · question 38

Q38

What is a jagged array in C#?

A.
An array with rows of different lengths
Answer
B.
A multi-dimensional array
C.
An array containing different data types
D.
An array that can dynamically resize

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board