Answer Posted / kishore
Value types are the variables that directly contain the
vaiue and are stored in stack memry.
Example: int, char, float...
Reference types does not contain the value directly but has
the address of the value i.e reference address..
Reference types are stored in Heap memory.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is c# used for in the industry?
What is anonymous types in c#?
Explain how to add controls dynamically to the form using c#.net.
How do you comment in c#?
What is final keyword in c#?
What is constructors, explain with syntax
What is out in c#?
How do you declare a variable in c#?
What is the difference between final finally and finalize in c#?
How do you sort an array in c#?
What is the difference between disposing of () and finalize() methods in c#?
Explain what is an interface in c#?
What are the types of class in c#?
List some of the classes used by system.data namespace?
What is interpolation in programming?