Does C# supports multi-dimensional arrays ?
Answer Posted / nagesh
C# supports single-dimensional arrays, multidimensional
arrays (rectangular arrays), and array-of-arrays (jagged
arrays).
Please refer the msdn site for more information:
http://msdn2.microsoft.com/en-us/library/aa288453
(VS.71).aspx
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is a framework in c#?
Can we inherit two classes in c#?
Are constructors inherited c#?
What is the difference between string keyword and system.string class?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What do you mean by shared assembly?
Can we store different data types in arraylist in c#?
Explain the access modifiers in c#?
What is a string in c#?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
What is use of list in c#?
Is .net and c# the same?
Can I do things in il that I can't do in c#?
Why do we use Design Pattern in C#?
Where value types are stored in c#?