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 is a bool in c#?
What do you mean by stack and heap in c#?
Explain how to use an extender provider in the project.
Are arraylist faster or arrays?
What are synchronous and asynchronous operations?
How can I create image pieces/sub image?
Is Facebook a desktop application?
What is int32 in c#?
Is list passed by reference c#?
What is the use of static members with example using c#.net.
What do you know about WM_CHAR message?
What are boxing and unboxing?
What is datacontract in c#?
What is expandoobject in c#?
What is the difference between iqueryable and ienumerable?