What is difference between value and reference types?
Answer Posted / chaitanya.k
Value types allocates the values in stack
Reference types allocates the value references in Heap
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is garbage collector and where should you use in .NET?
What is difference between assembly and dll?
User's session is explicitly killed by which method ?
Are cao stateful in nature?
What is selector c#?
Is char * null terminated?
What debugging tools come with the .NET ssSDK?
What is serialization in c#?
What are the differences between a class and a struct?
Is and as in c#?
Explain the access modifiers in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
What is an enumerator c#?
What are PE(Portable Executable)?
What's difference between constants and static readonly?