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 jit? What are the different types of jit?
Does unity require coding?
what are nullable types in c#
What is hashtable in c# with example?
Define c# i/o classes? List the commonly used classes?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
Why do we need abstraction in c#?
What is the C# syntax to catch any possible exception?
How to handle exceptions that are raised in a component?
Why should I use interface in c#?
When was c# created?
Explain the process of Serialization?
What is the difference between Singleton design pattern and Factory design pattern?
What is a data set in c#?
Can you pass value types by reference to a method?