When would a structure variable get destroyed? June 6, 2022 by admin โช Choose the correct option.When would a structure variable get destroyed?A. When no reference refers to it, it will get garbage collected.B. Depends upon whether it is created using new or without using new.C. When it goes out of scope.D. Depends upon the Project Settings made in Visual Studio.NET. Submit Answer