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 continue in c#?
What is platform independence"?
Can you declare struct members as protected?
What is the use of 'using' statement in c#?
Is c# substring zero based?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
Is is possible to force garbage collector to run?
What type is string in c#?
What is the default value of datetime in c#?
What is a multicast c# delegate?
What is the difference between a constant and a static readonly field?
What is ulong in c#?
What does return do in for loop?
What is satellite assembly? And steps to create satellite assembly?
Can an array be null c#?