Is array immutable in c#?



Is array immutable in c#?..

Answer / Yashwant Singh Rana

No, arrays in C# are mutable. You can modify their elements directly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How do I calculate relative time?

1 Answers  


What is Interface? Explain with an example.

8 Answers   TCS,


Define property in c#.net?

1 Answers  


Are constructors inherited c#?

1 Answers  


What is xor operator in c#?

1 Answers  


Is javascript harder than c#?

1 Answers  


What is difference between arraylist and list in c#?

1 Answers  


example of uniary operators and binary operators

0 Answers  


What is datagridview in c#?

1 Answers  


Can abstract class be instantiated c#?

1 Answers  


What is difference between value and reference types in C#.NET

1 Answers   BirlaSoft,


Why is it a bad idea to throw your own exceptions?

4 Answers  


Categories