Is array reference type / value type ?
Answer Posted / albarhami
Array is a reference type because its getting stored in a
managed memory i.e a heap
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What kind of the information stored inside the assembly?
How do you type a null character?
write a c# program add two matrix with input number ?
How many types of variables are there in c#?
what are nullable types in c#
What is the CTS, and how does it relate to the CLS?
Can you use all access modifiers for all types?
Is array a collection c#?
List down the commonly used types of exceptions in .net
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is difference between events and delegates?
What is assembly c#?
Why use a singleton instead of static methods?
Is it possible to force garbage collector to run?
How do you comment in c#?