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
how to stored and retrive video in Sql server using asp.net c#......?
What are fields in c#?
What are scriptable objects?
What is the solution if you need to manipulate sets of items?
Explain the functionalities of satellite assembly?
What is an inheritance ?Give an example in which inheritance is used?
Which is faster dictionary or list?
What is singleordefault c#?
What is the difference between protected and private?
What are the advantages of generics in c#?
Is xamarin free?
What is dynamic in c#?
Why do we use static methods in c#?
Why do we use delegates in c#?
What is the use of static in c#?