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 do multicast delegates mean?
Is nullable type c#?
What are modifiers in c#?
What is the difference between var and dynamic types in c# 4.0?
How do switch statements work?
How big is a float?
List down the different ide’s provided by microsoft for c# development.
what is the difference between a struct and a class in c#?
Can we inherit partial class in c#?
How many bytes is an int?
What is an event in c#?
Is list passed by reference c#?
What does get set mean in c#?
How many bits is int32?
Can you inherit multiple abstract classes in c#?