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 a custom attribute?
Is ram a heap?
What is the difference between finally and finalize block?
What is an escape sequence in c#?
What is sqladapter c#?
What are the 3 logical operators?
How to move to a state-related codebase?
List down the different ide’s provided by microsoft for c# development.
Why do we use delegates in c#?
How can we sort an array in c#?
What is windows forms in c#?
What is CASPOL?
What is wpf application in c#?
Is array a list?
Is it possible to have a static indexer in c#? Allowed in c#.