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
In .NET which is the smallest unit of execution?
what is the scope of anonymous type ?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Does c# support a variable number of arguments?
Is there an equivalent to the instanceof operator in visual j++?
Does c# support c type macros?
What is the difference between interface and abstract class in c#?
Can abstract class be sealed?
Can you use foreach iteration on arrays in c#?
Explain how do you convert a value-type to a reference-type?
What is Event - Delegate?
What is xor operation?
How many types of delegates are there in c#?
What is dictionary collection in c#?
What is a string c#?