What is difference between value and reference types?
Answer Posted / chaitanya.k
Value types allocates the values in stack
Reference types allocates the value references in Heap
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what are some characteristics of an array?
How many types of constructors are available in c#?
What do you mean by shared assembly?
Can you inherit from a sealed class?
Is c# an open source language?
Can you inherit from multiple classes in c#?
How many digits are in an integer?
What is list array in c#?
What is difference between asp net and c# net?
Which is faster dictionary or hashtable?
What is the use of delegate?
What is the C# syntax to catch any possible exception?
What does exclamation mark mean in access query?
What is array and its types in c#?
What is generic collection in c#?