Answer Posted / vijay sharma
ValueType are the normal datatype like string,int, float
etc. and they are stored on stack whereas ReferenceType are
the object type like classes and they are stored at heap.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is serialization in c#?
What are the advantages of clr procedure over t-sql procedure?
Define an abstract class?
List down the differences between public, static and void keywords?
Should I make my destructor virtual?
Can int be null c#?
Why are local variables stored in stack?
What is semaphore in c#?
Is c sharp free?
Can an interface extend a class c#?
What is yield c#?
What is xor operator in c#?
What is a statement c#?
Is array value type in c#?
Can struct have constructor c#?