A. To declare variables that can be accessed globally throughout the program.
B. To defer the execution of a function until the surrounding function returns.
C. To handle errors gracefully within a function.
D. To specify the data type of a variable.
Correct Answer is :
B. To defer the execution of a function until the surrounding function returns.