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
What do you mean by jagged arrays in c#?
Explain how do I get deterministic finalization in c#?
Explain what are the steps for creating clr trigger?
Explain About ADO and its objects
What is ado c#?
What happens if you add duplicate elements to a set?
List down the access modifiers available in c#?
What is the difference between do and while loop?
What is append in c#?
How do you declare a method in c#?
How does c# achieve polymorphism?
What is a linq in c#?
Can hashtable have duplicate keys in c#?
How many kinds of elements an array can have?
What is static and use of it?