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


Please Help Members By Posting Answers For Below Questions

How can you read 3rd line from a text file?

759


What is verbatim literal in c#?

647


Is string null or empty?

681


What is better C# or VB.NET?

669


What is the purpose of abstract class in c#?

651


What is serialization and deserialization in c# with example?

646


Why singleton class is sealed?

685


what is the difference between the debug class and trace class?

703


Is array value type in c#?

773


Can we inherit abstract class in c#?

690


Can bool be null c#?

663


What are examples of desktop applications?

698


what is full assembly reference

710


What is difference between string and string builder?

691


What is data type c#?

655