What is the Difference between value and reference type?
Answer Posted / purish dwivedi
A variable that is a value type, stores the data, while a
variable of a reference type stores a reference to the data.
Value types are stored directly on the stack while Reference
types are stored on the run-time heap.
Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is sqldatareader c#?
What is asp net in c#?
What is Fragmentation and its Types?
Will the following code compile and run?
Difference between debug.write and trace.write?
What is overloading in c#?
Is a valid int value?
What is the difference between values and reference types?
Define delegation in .net?
What is the difference between ienumerable and enumerable?
What is the difference between final finally and finalize in c#?
what is IDisposal interface,IComparable,IEquatable,IFormatable
Is char * null terminated?
What is different about switch statements in c#?
Is java better than c sharp?