What is array collection?



What is array collection?..

Answer / Rahulendra Singh

An array collection in C# is a set of elements of the same data type stored in contiguous memory locations. This collection can be created using the Array keyword.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the uses of namespaces?

1 Answers  


Does c# support parameterized properties?

1 Answers  


Explain what are three test cases you should go through in unit testing?

1 Answers  


i want o/p 011242110 in c# code.

1 Answers   TCS,


How do you serialize in c#?

1 Answers  


How long does it take to learn c# for unity?

1 Answers  


What benefit do you get from using a primary interop assembly (pia)?

1 Answers  


FOR EXAMPLE : CLASS Dotnet { } creating object: Dotnet dn=new Dotnet(); NOW THE QUESTION IS WHICH IS CALLED AS OBJECT ? EITHER dn OR new Dotnet() and CAN YOU PROVE YOUR ANSWER????? PLEASE REPLY...

2 Answers  


Can we make a class private in c#?

1 Answers  


What's difference about switch statements in C# ?

1 Answers  


What is the main purpose of xml?

1 Answers  


How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?

3 Answers   Microsoft,


Categories