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
How to assign Null value to Var?
What is difference between for and foreach in c#?
What are circular references?
Explain About friend and Protected friend
Why is aws serverless?
Can we inherit a private class in c#?
How does c# generics and c++ templates compare?
What is type safe code?
Explain acid rule of thumb for transactions in c#.
What is string interpolation in c#?
Explain copy constructor?
How do you sort a list in c#?
What is exe file in c#?
What is poco c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?