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 static class in c#?
What is the default value of date?
Can you instantiate a struct without using a new operator in c#?
Explain the term inheritance in C#.
Can you store strings in arrays?
what is main function of alternate teamplate of datalist?
What is a singleton unity?
What is a method signature in c#?
Define multicast c# delegate?
What is method overriding in c#
Enlist all the components of an ado.net framework?
Which class comes after the SortedList class?
What is the difference between out and ref in c#?
What is a linked list c#?
Why do we use class in c#?