What is the difference between list and array in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is asp net c#?

0 Answers  


What is the difference between string and stringbuilder in c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Is array a collection c#?

0 Answers  


What is the difference between ienumerable and enumerable?

0 Answers  


List down the different ide’s provided by microsoft for c# development.

0 Answers  


How can I create image pieces/sub image?

0 Answers  


What are Types of assemblies that can be created in dotnet

0 Answers  


What are partial classes and use of partial classes?

0 Answers   QuestPond,


How to find methods of a assembly file (not using ILDASM)?

0 Answers  


What is use of list in c#?

0 Answers  


What is ilasm.exe used for?

0 Answers  


Categories