The purpose of stack unwinding is to:

a. Attempt to catch exceptions that are not caught in their scope.
b. Improve catch blocks by allowing them to handle multiple exceptions.
c. Return control to the function that created the exception.
d. Aid the terminate command in shutting down the program.


a. Attempt to catch exceptions that are not caught in their scope.

Computer Science & Information Technology

You might also like to view...

The ________ operator is used in C++ to test for equality.

A) = B) <> C) && D) == E) ||

Computer Science & Information Technology

In the ANSI SQL standard, how many tables can be joined?

a. only 2 b. up to 4 c. up to 16 d. unlimited

Computer Science & Information Technology

The ____ category of the Insert panel is used to insert widgets.

A. Application B. Common C. Spry D. Flash elements

Computer Science & Information Technology

Which statement is where the script performs its main task?

A. do B. while C. count D. bin

Computer Science & Information Technology