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
Explain About stateless and state full web service
What is response redirect in c#?
Does c# provide copy constructor?
What is a generic in c#?
Is string mutable in c#?
What is singleordefault c#?
What is the difference between convert and parse in c#?
What is the use of main method in c#?
What are the types of operator?
If casting fails what type of exception is thrown?
Tell us something about static linking and dynamic linking?
How will you deploy the dll file in gac?
Explain the clr triggers?
Can a class be protected in c#?
How a two-dimensional array declared in C#?