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...
What is Code element?
What will be an ideal response?
Computer Science & Information Technology
If you need to display a mathematical equation in your Web document, the Web browser will not interpret ‘<' and ‘>' as the beginning and end brackets of an XHTML tag.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology