C# Programming - Structures - Discussion

Discussion Forum : Structures - General Questions (Q.No. 11)
11.
When would a structure variable get destroyed?
When no reference refers to it, it will get garbage collected.
Depends upon whether it is created using new or without using new.
When it goes out of scope.
Depends upon the Project Settings made in Visual Studio.NET.
Depends upon whether we free it's memory using free() or delete().
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Nagaraju Kuricheti said:   6 years ago
Why not option A?

Post your comments here:

Your comments will be displayed after verification.