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
Explain About Iunknown interface Queue
How big is a 64 bit integer?
What is dll in vb.net?
Can non-default constructors be used with single call sao?
What is the difference between int16 and int32 in c#?
Why do we need escape characters?
In C#, explain the difference between overloading and overriding.
What is boxing in c#?
What is the difference between Static, Const and read only?
Is array passed by reference in c#?
What is _viewstart cshtml?
Can list contain duplicates c#?
what is object-oriented programming (oop) language?
What is monitor in C#?
How does yield return work c#?