What is a Jagged Array in C#?



What is a Jagged Array in C#?..

Answer / Prasenjeet Sarkar

A Jagged Array in C# is an array of arrays. Unlike a multidimensional array, each sub-array in a jagged array can have a different number of elements and a different data type. This allows for more flexibility when dealing with arrays with varying dimensions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain the various types of classes used in c#?

1 Answers  


Is c# pass by reference?

1 Answers  


What are accessors?

1 Answers  


What is Dispose method in .NET ?

9 Answers   247Customer, KAP, TCS,


What Is An Interface Class?

1 Answers   Siebel Systems,


What is the file extension for c#?

1 Answers  


What is a callback c#?

1 Answers  


Name the method of servicebase class?

1 Answers  


Is stringbuilder better than string?

1 Answers  


What is namespace in oop?

1 Answers  


What is meant by collections in c#?

1 Answers  


State two different types of access modifiers.

1 Answers  


Categories