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 does writeline mean?
Can you see a loop recorder?
What is meant by enumerable in c#?
How are Windows programs different from normal C-programs?
Is unity object oriented?
What is a jagged array?
Can struct inherit from class c#?
What are immutable types in c#?
What is the process of Serialization?
Is functional interface runnable?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Is dll a library?
What is stringwriter c#?
what is boxing and unboxing?can we initialize unboxing directly?
Which attribute is used in order that the method can be used as webservice?