Q192
When does a structure variable get destroyed?
A.
When no reference refers to it, it will get garbage collected
B.
Depends on whether it is created using new or without new operator
C.
As variable goes out of the scope
AnswerD.
Depends on either we free its memory using free() or delete()
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board