What do you mean by jagged array?



What do you mean by jagged array?..

Answer / Monika Rani

A jagged array in C# is a multi-dimensional array where each sub-array has a different length. In other words, it's an array of arrays, but the arrays can have different sizes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is default constructor c#?

1 Answers  


Is lazy thread safe c#?

1 Answers  


Is string value type c#?

1 Answers  


what is the diference between casting and converting?

2 Answers  


Can we call server-side code (c# or vb.net code) from javascript?

1 Answers  


Are c# strings null terminated?

1 Answers  


What is namespace c#?

1 Answers  


How do you serialize an object?

1 Answers  


What is thread life cycle in c#?

1 Answers  


What is the difference between mobile application and desktop application?

1 Answers  


What is difference between asp net and c# net?

1 Answers  


What is dictionary collection in c#?

1 Answers  


Categories