InterviewSolution
Saved Bookmarks
| 1. |
Global destructors execute in ___________ order after main function is terminated.(a) Sequential(b) Random(c) Reverse(d) Depending on priorityThis question was posed to me in semester exam.The query is from Destructors topic in section Constructors and Destructors of Object Oriented Programming |
|
Answer» Right option is (c) REVERSE |
|