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 a static class in c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is c# most used for?
Should I make my destructor virtual?
Are c# references the same as c++ references?
What is a framework in c#?
What is the use of flag in c#?
Can we overload indexer in c#?
i want o/p 011242110 in c# code.
Why c# is called type safe language?
What is form feed in c#?
What is parameter c#?
What is msil, and why should developers need an appreciation of it if at all?
What is the default value of string in c#?
What is the main purpose of delegates in c#?