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
What do multicast delegates mean?
Whats an assembly? Describe the importance of assembly?
What is the use of 0 in c#?
What is a framework in c#?
What is the use of ienumerable in c#?
Can we extend sealed class in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
What is difference between mutable and immutable in c#?
Write a C# program to find the Factorial of n
Explain the difference between a Private Assembly and a Shared Assembly
What is using keyword in C#?
What is datasource c#?
How many root nodes are there in an xml document?
Write the syntax for catching an exception in c#?
Overloaded constructor will call default constructor internally?