Does C# supports multi-dimensional arrays?
Answer Posted / naveen
yes, also know jagged arrays
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Where are value types stored in c#?
What is the .net datatype that allows the retrieval of data by a unique key?
Why do we use 0?
Where do we use serialization in c#?
What are the different types of assemblies available and their purpose?
Define parsing?
What is the benefit of using interface in c#?
What is final keyword in c#?
What is polymorphism c# example?
How do I unload an assembly?
What is the difference between == and object.equals?
How does return work in c#?
What is use of FormBoarderStyle Propertie
Why static constructor is parameterless in c#?
Which class comes after the SortedList class?