Does C# supports multi-dimensional arrays ?

Answer Posted / swapna

No c# does not supports Multidimensional arrays.

Jagged arrays are used in c# but they are not always
rectangular like normal multidimensional arrays.

jagged arrays are of different dimensions and mostly Jagged
array are created out of single dimensional arrays .

Is This Answer Correct ?    4 Yes 30 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is using directive in c#?

492


What is unsigned int?

519


What is namespace c#?

473


What type of data type conversion happens when the compiler encounters the following code?

525


what is IDisposal interface,IComparable,IEquatable,IFormatable

523






Is datetime immutable c#?

492


Which compiler switch creates an xml file from xml comments in the files in an assembly?

574


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

518


What is different between Boxing and Unboxing?

579


What is the purpose of dependency injection?

470


How many bits is int32?

488


What does args mean in c#?

490


What is a generic method?

483


What is the difference between double and decimal in c#?

452


what is the scope of anonymous type ?

576