Stack unwinding occurs when an exception is thrown and control is ____.
Answers
Answered by
0
Answer:
Stack unwinding occurs when an exception is thrown and control is placed.
Answered by
2
the C++ exception mechanism, control moves from the throw statement to the first catch statement that can handle the thrown type. When the catch statement is reached, all of the automatic variables that are in scope between the throw and catch statements are destroyed in a process that is known as stack unwinding.
Similar questions
Math,
5 months ago
Social Sciences,
5 months ago
Computer Science,
10 months ago
Chemistry,
1 year ago