Is array reference type / value type ?
Answer Posted / shanta
Yes array is reference type because it uses address
| Is This Answer Correct ? | 37 Yes | 2 No |
Post New Answer View All Answers
What is a must for multitasking
What are "class access modifiers" in C#?
What is the advantage of constructor?
How can you achieve run time polymorphism in C#?
What is the difference between read and readline in c#?
Explain how to parse a datetime string?
What are the different types of assemblies available and their purpose?
Can I do things in il that I can't do in c#?
What is predicate builder?
Is datetime value type c#?
Can you access a hidden base class method in the derived class?
In .Net, what is an assembly? Also explain the type of assembly.
How to reduce image resolution in C#?
Why var is used in c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?