adspace
Answer Posted / Priyom
Stack unwinding in C++ is the process of cleaning up local variables and calling destructors when a function throws an exception. This is done automatically by the C++ runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers