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
Why do I get a security exception when I try to run my c# app?
why delegate is type safe?
How to reduce image resolution in C#?
What is void in c#?
Can we inherit a class with private constructor in c#?
Which attribute is used in order that the method can be used as webservice?
What is the difference between the debug class and trace class? Documentation looks the same.
What is the file extension for c#?
What is Garbage Collection in .Net?
Why do we use public static void main in c#?
Why do we use class in c#?
What is alias in c#?
Explain the access modifiers in c#?
What are concrete classes?
Is overriding of a function possible in the same class?