How many dimensions can an array have?



How many dimensions can an array have?..

Answer / Jaysingh Lalchand Prasad

In C#, an array can have multiple dimensions. The number of dimensions is defined when the array is declared. For example, a three-dimensional array can be declared as int[, , ].

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the steps to create a webservice and consume it?

1 Answers  


Can a struct be null?

1 Answers  


What is difference between code access and role based security?

1 Answers  


What is object type in c#?

1 Answers  


Why to use “using” in c#?

1 Answers  


What is early binding and late binding

12 Answers   ABC, Infosys, TATA,


When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

1 Answers  


How do I create a single-file assembly?

1 Answers  


What is a dll in c#?

1 Answers  


What are class fields?

1 Answers  


What is method and function in c#?

1 Answers  


How many constructors can a class have c#?

1 Answers  


Categories