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 is a di class?

527


What are the three types of operators?

467


Why do we need generics?

513


Why are dynamic link library used over static one?

540


What are methods in C#?

563






Is list immutable in c#?

483


Is c# and c same?

505


Explain copy constructor?

661


Why interface is required?

463


Is null == null c#?

473


Is collection a data structure?

542


Describe the parts of assembly.

522


In which format you can pass the value in the sleep function?

541


Define delegate in c#?

541


How can we sort the elements of the array in descending order?

528