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
Is and as in c#?
What is native image generator (ngen.exe)?
What is constructors, explain with syntax
How do I make a dll in c#?
Is datetime value type c#?
What do you mean by thread safe in c#?
What is cshtml extension?
What is trim in c#?
What is an array of arrays called?
What's the difference between a method and a procedure?
How is a strongly-named assembly different from one that isn’t strongly-named?
Do extension methods have to be static?
How string definitions will prevent escaping on backslashes in C#?
What is inumerable?
What is marshalling in c#?