What is single dimensional array in c#?



What is single dimensional array in c#?..

Answer / Shashank Kumar Chaurasia

A single-dimensional array in C# is a collection of elements that all have the same data type, and are stored as a contiguous block of memory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is hashset c#?

1 Answers  


HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only

1 Answers   Petranics Solutions,


i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.

1 Answers  


Does the system.exception class have any cool features?

1 Answers  


What does out mean c#?

1 Answers  


What is the difference between Decorator and Adapter pattern?

1 Answers   QuestPond,


Why we need get set property in c#?

1 Answers  


What are actions in c#?

1 Answers  


What does the initial catalog parameter define in the connection string?

1 Answers  


What is indexers in C#

4 Answers   Bodhtree,


Why abstract class can not be instantiated?

1 Answers  


How will you allow a class to be inherited, but prevent the method from being over-ridden?

1 Answers   Siebel,


Categories