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 versioning applicable to private assemblies?
What is a private method in c#?
how encapsulation is implemented in c#
What is msil in c#?
Explain the difference between and xml documentation tag?
What are the delegates in c#?
How do destructors and garbage collection work in c#?
What are properties in C#?
What is a hash table c#?
Can we write class inside a class in c#?
What is streamreader/streamwriter class?
How do you serialize an object?
What is the difference between Java and .NET garbage collectors?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
What are abstract classes in c#?