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

What are the drawbacks of extending an interface as opposed to extending a class?

463


Explain what are the steps for creating clr trigger?

460


What is asp net in c#?

514


What are the features of c#?

502


How many constructors can a class have c#?

462






What are the 3 logical operators?

550


What are static and dynamic variables?

640


What is difference between override and new in c#?

502


Can you prevent a class from being instantiated?

591


What is ilist c#?

495


What is a base class in C#?

549


What is signature c#?

490


Can mvc be used for desktop applications?

477


What is uint64?

508


Explain how to use an extender provider in the project.

479