How structure objects are destroyed? As GC releases only
the objects in stack, and structure is a value type and
stored in heap. So how structure objects are released?
Answer Posted / xyz
As GC releases only
the objects in stack, and structure is a value type and
stored in heap......
answer is... question itself
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is xml document how do you open it?
What is the difference between string keyword and system.string class?
What does public mean in c#?
What is the components of window?
What are primitive types in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What are the uses of namespaces?
Difference between value and reference type.
What are the types of operator?
How long does it take to learn c# programming?
What is the namespcae generally given to the webpage of the .NET Framework ?
What is instantiating a class in c#?
Can constructor be private c#?
Can we create multiple constructors?
Explain a MSIL ? Why is it appreciated by all developers?