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 the return types in c#?
What's the difference between the debug class and trace class? Documentation looks the same.
What is mvc firstordefault?
What are console applications used for?
Can a class be private in c#?
What are jagged arrays used for?
What is primitive types in c#?
What does string intern do?
What are floating point numbers?
Define an assembly in .net?
Are value types sealed?
What is sealed class in c#?
How is exception handling implemented in c#?
Which is faster list or dictionary in c#?
Define xslt.