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
How can you read 3rd line from a text file?
What is verbatim literal in c#?
Is string null or empty?
What is better C# or VB.NET?
What is the purpose of abstract class in c#?
What is serialization and deserialization in c# with example?
Why singleton class is sealed?
what is the difference between the debug class and trace class?
Is array value type in c#?
Can we inherit abstract class in c#?
Can bool be null c#?
What are examples of desktop applications?
what is full assembly reference
What is difference between string and string builder?
What is data type c#?