what are value types and reference types? where they are stored?
Answer Posted / pankaj
value types------int,float,char
reference type----Array,class
value types stored in stack while reference type stored in heap.
in reference type address f variables are stored
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is lazy loading?
What is reflection c#?
What is get set in c#?
What are expressions c#?
Explain the difference between directcast and ctype.
What is a delegate? How can it works?
the c# keyword .int. Maps to which .net type?
What is the usage of OLE?
What is the use of inheritance in c#?
What is the example of predicate?
How big is an int16?
Is php better than c#?
What is local function?
How can we sort the elements of the array in descending order?
How to sign an assembly with strong name?