Computer Science, asked by Koenigsegg6655, 10 months ago

Stack unwinding occurs when an exception is thrown and control is ____.

Answers

Answered by Anonymous
0

Answer:

Stack unwinding occurs when an exception is thrown and control is placed.

Answered by N3KKI
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.

<marquee>☺️

Similar questions