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 is base class in c#?
Is c and c# the same?
What is double c#?
Explanation on Generic?
What is array c#?
What is difference between Trace and Debug
How do I create a dbml file?
What is cookies c#?
Why static constructor is parameterless in c#?
When is a class declared as a class abstract?
Can we inherit class that contains only one private constructor?
How do I run a cshtml file?
Differentiate between response.expires and response.expiresabsolute?
What is the purpose of dependency injection?
Define Final Class in C#