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
Can you pass value types by reference to a method?
What is the use of functional interface?
What is desktop GUI application?
What is the use of command builder?
What are the advantages of constructor?
What does type safe mean in c#?
What is argument in c#?
Is there an equivalent of exit() for quitting a c# .net application?
Is it true that all c# types derive from a common base class?
What is the difference between selection and projection?
Can properties be private in c#?
Which class comes after the SortedList class?
What are the uses of namespaces?
How many classes are there in classification?
What does the dispose method do with the connection object?