What is difference between value and reference types?
Answer Posted / surya
Value Type holds the data within this own memory allocation.
where as Reference Type contains a pointer to another
memory location that holds the data.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is c# command?
Can you create partial delegates and enumerations?
What is executescalar in c#?
What are the steps for creating clr trigger
What is difference between ienumerable and list?
Which is more efficient for loop or while loop?
Explain deadlock?
What is token in c#?
What is a concrete class in c#?
Is it possible to have a static indexer in c#?
What is the difference between values and reference types?
What is the difference between constant and readonly in c#?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What is console programming language?
What is variable and its classification?