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
Explain about c# language.
What do you mean by the delegate in c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is msil, and why should developers need an appreciation of it if at all?
What is lazy in c#?
Is int an object in c#?
Which is faster array or arraylist in c#?
What is predicate c#?
What the different phase/steps of acquiring a proxy object in webservice?
What is an indexer in c#?
What are strong name assemblies?
What is different between Implicit conversion and Explicit conversion in C#?
What are extender provider components?
Explain About delegates
What are different types of Delegates in C#?