Which of the following statements is true about the 'finally' block in C++ exception handling?
A. It must be present after every 'try' block
B. It is executed if an exception is caught
C. It is executed regardless of whether an exception is thrown or not
D. It is optional and is not required
Answer: Option C
Join The Discussion