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 the use of tryparse in c#?
How you will create satellite assemblies?
How many types of polymorphism are there?
What is the difference between static and private constructor in c#?
Explain what are the steps for creating clr trigger?
what are pointer types in c#
Is inheritance possible in c sharp?
What is a thread? What is multithreading?
Why data types are important in c#?
Is dictionary reference type c#?
How do I convert a string to an int in c#?
Why abstract class is not instantiated in c#?
Explain get and set accessor properties?
What is a statement c#?
What are expressions c#?