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
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Wcf and what is difference between wcf and web services?
How can you read 3rd line from a text file?
Write a C# program to find the Factorial of n
What is assembly c#?
Write a program to find the angle between the hours and minutes in a clock
What is concatenation and when should it be used?
What is the object class in c#?
What exception can an overridden method throw in comparison with the method it is overriding?
Explain the difference between const and static read-only?
Can you drink alcohol with a loop recorder?
Write a program in C# for checking a given number is PRIME or not.
Are tuples immutable c#?
What are handlers in c#?
Can delegates be used as callbacks?