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 callback function in c#?
What is difference between association, aggregation and inheritance relationships?
What is the difference between a method and a property?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Can an int be negative c#?
What is xaml in c#?
What is lock in c#?
What is Covariance and contravariance in C#?
What is reference types in c#?
What is a multicast c# delegate?
What is difference between ienumerable and list in c#?
Why do we need singleton pattern in c#?
Write a program to find the angle between the hours and minutes in a clock
Can you inherit from a sealed class?
What are the fundamental oop concepts?