Answer Posted / kamlesh sharma
value types are stack allocated and reference types are
heap allocated
value types holds the actual data stored at variable
location and reference types holds the addresses
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is indexer c#?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Can you drink alcohol with a loop recorder?
What is difference between private and protected?
What is parallel programming in c#?
What is .dbml file?
What are value types in c#?
What is default access modifier for class in c#?
What are floating point numbers?
explain the nature of the assembly work?
I want to print "Hello" even before main() is executed. How will you achieve that?
What are the steps for creating clr trigger
What is Asynchronous call and how it can be implemented using delegates?
What are abstract classes in c#?
Can dictionary have duplicate keys c#?